-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1003 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1003 Bytes
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": "kerneljs",
"version": "1.5.0",
"description": "Browser Side JavaScript Module loader.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/AceMood/kerneljs.git"
},
"keywords": [
"front-end",
"kerneljs",
"soi",
"modular",
"js loader",
"CommonJS"
],
"author": "AceMood",
"license": "MIT",
"bugs": {
"url": "https://github.com/AceMood/kerneljs/issues"
},
"homepage": "https://github.com/AceMood/kerneljs",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.7.0",
"jshint": "^2.9.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-mocha": "^1.0.1"
}
}