forked from EE/karma-ng-json2js-preprocessor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.17 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
44
45
46
47
48
49
50
{
"name": "karma-ng-json2js-preprocessor",
"version": "1.0.1",
"description": "A Karma plugin. Compile JSON files to Angular constants on the fly.",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/EE/karma-ng-json2js-preprocessor.git"
},
"keywords": [
"karma-plugin",
"karma-preprocessor",
"angularjs",
"angular",
"requirejs",
"json2js"
],
"author": {
"name": "Michał Gołębiowski",
"email": "[email protected]",
"url": "http://laboratorium.ee"
},
"files": [
"lib"
],
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-ddescribe-iit": "0.0.4",
"grunt-eslint": "1.1.0",
"grunt-jscs": "0.8.0",
"grunt-jsonlint": "1.0.4",
"grunt-karma": "0.9.0",
"grunt-merge-conflict": "0.0.2",
"jscs-trailing-comma": "0.3.0",
"karma": "0.12.24",
"karma-jasmine": "0.1.5",
"karma-phantomjs-launcher": "0.1.4",
"karma-requirejs": "^0.2.2",
"load-grunt-tasks": "0.6.0",
"time-grunt": "1.0.0"
},
"peerDependencies": {
"karma": ">=0.10.0 <0.13.0"
},
"scripts": {
"test": "grunt"
},
"license": "MIT"
}