-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.85 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "meep-toy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "jspm dl-loader --babel --yes && jspm install --yes"
},
"repository": {
"type": "git",
"url": "https://github.com/Vuanjun/meep-toy.git"
},
"author": "guanjun",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vuanjun/meep-toy/issues"
},
"homepage": "https://github.com/Vuanjun/meep-toy",
"dependencies": {
"babel-runtime": "^4.7.16",
"co": "^4.5.1",
"greasebox": "^0.9.0",
"immutable": "^3.6.4",
"koa": "^0.18.1",
"koa-favicon": "^1.2.0",
"koa-mount": "^1.3.0",
"koa-router": "^4.2.0",
"koa-static-cache": "^3.0.2",
"meepworks": "^0.7.1",
"react": "^0.13.0"
},
"jspm": {
"directories": {
"lib": ".",
"packages": "jspm_packages"
},
"configFile": "jspm_packages/config.js",
"dependencies": {
"babel-runtime": "npm:[email protected]",
"co": "npm:co@^4.5.1",
"css": "github:systemjs/plugin-css@^0.1.6",
"font-awesome": "github:FortAwesome/Font-Awesome@^4.3.0",
"greasebox": "npm:greasebox@^0.9.0",
"immutable": "npm:immutable@^3.6.4",
"koa": "npm:koa@^0.18.1",
"koa-favicon": "npm:koa-favicon@^1.2.0",
"koa-mount": "npm:koa-mount@^1.3.0",
"koa-router": "npm:koa-router@^4.2.0",
"koa-static-cache": "npm:koa-static-cache@^3.0.2",
"meepworks": "npm:meepworks@^0.7.1",
"normalize.css": "github:necolas/normalize.css@^3.0.2",
"path": "github:jspm/nodelibs-path@^0.1.0",
"react": "npm:react@^0.13.0",
"url": "github:jspm/nodelibs-url@^0.1.0"
}
},
"devDependencies": {
"co-exec": "^1.1.0",
"debug": "^2.1.2",
"gulp": "^3.8.11",
"gulp-plumber": "^1.0.0",
"gulp-uglify": "^1.1.0"
}
}