-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 968 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
35
36
37
38
39
40
41
42
{
"name": "jspm-dev-builder",
"version": "0.4.0",
"description": "A tiny library for building jspm bundles in development",
"repository": {
"type": "git",
"url": "https://github.com/jackfranklin/jspm-dev-builder.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jack Franklin",
"contributors": [
{
"name": "Oleksii Rudenko",
"email": "oleksii.rudenko@n-fuse.de"
}
],
"license": "ISC",
"dependencies": {
"chalk": "^1.1.1",
"jspm": "^0.16.32",
"lodash": "^3.10.1"
},
"devDependencies": {
"chokidar": "^1.2.0"
},
"jspm": {
"directories": {
"baseURL": "test-project"
},
"dependencies": {
"jquery": "github:components/jquery@^2.1.4"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}