-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 841 Bytes
/
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
{
"name": "jspm-shim-test",
"description": "",
"version": "1.0.0",
"main": "config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jpray/jspm-shim-test.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jpray/jspm-shim-test/issues"
},
"homepage": "https://github.com/jpray/jspm-shim-test",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "~0.6.0",
"grunt-shell": "^1.1.2",
"http-rewrite-middleware": "^0.1.6",
"load-grunt-config": "^0.16.0"
},
"jspm": {
"directories": {},
"devDependencies": {
"babel": "npm:babel-core@^5.0.12",
"babel-runtime": "npm:babel-runtime@^5.0.12",
"core-js": "npm:core-js@^0.8.1"
}
}
}