forked from monomelodies/karma-ng-php2js-preprocessor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "karma-ng-php2js-preprocessor",
"version": "0.2.0",
"description": "A Karma plugin. Compile AngularJS templates written in PHP to JavaScript on the fly.",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/monomelodies/karma-ng-php2js-preprocessor.git"
},
"keywords": [
"karma-plugin",
"karma-preprocessor",
"angularjs",
"angular",
"php2js"
],
"author": "Marijn Ophorst <[email protected]>",
"dependencies": {},
"devDependencies": {
"chai": "^3.3.0",
"eslint": "^1.6.0",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1",
"grunt": "^0.4.1",
"grunt-auto-release": "^0.0.2",
"grunt-bump": "^0.6.0",
"grunt-conventional-changelog": "^5.0.0",
"grunt-conventional-github-releaser": "^0.5.0",
"grunt-eslint": "^17.2.0",
"grunt-npm": "^0.0.2",
"grunt-simple-mocha": "^0.4",
"load-grunt-tasks": "^3.3.0",
"mocha": "^2.3.3",
"sinon": "^1.17.1"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT"
}