-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.1 KB
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
{
"name": "karma-abe-json2js-preprocessor",
"version": "0.2.0",
"description": "A Karma Plugin - Convert JSON files into JS",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/apibyexample/karma-abe-json2js-preprocessor.git"
},
"keywords": [
"abe",
"json",
"json2js",
"karma",
"karma-plugin",
"karma-preprocessor",
"mocks"
],
"author": [
"API By Example <apibyexample@gmail.com>",
"Jon Man <tofen83@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/apibyexample/karma-abe-json2js-preprocessor/issues"
},
"homepage": "https://github.com/apibyexample/karma-abe-json2js-preprocessor",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-copy": "~0.6.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-jscs": "~0.7.1",
"grunt-karma": "~0.9.0",
"grunt-mkdir": "~0.1.2",
"karma": "~0.12.23",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.4",
"load-grunt-tasks": "~0.6.0"
}
}