forked from firekylin/firekylin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.69 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
66
67
68
69
{
"name": "firekylin",
"version": "0.0.1",
"description": "A CMS system based on thinkjs",
"main": "www/index.js",
"scripts": {
"serve": "gulp serve",
"compile": "gulp",
"start": "node www/index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/welefen/firekylin.git"
},
"keywords": [
"cms",
"thinkjs"
],
"author": "jedmeng",
"license": "MIT",
"bugs": {
"url": "https://github.com/welefen/firekylin/issues"
},
"homepage": "https://github.com/welefen/firekylin#readme",
"devDependencies": {
"autobind-decorator": "^1.2.0",
"babel-core": "^5.7.4",
"babel-loader": "^5.3.2",
"browser-sync": "^2.8.0",
"chalk": "^1.1.0",
"codemirror": "^5.5.0",
"del": "^1.2.0",
"eslint": "^0.24.1",
"eslint-plugin-react": "^3.0.0",
"eventemitter3": "^1.1.1",
"flux": "^2.0.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^5.1.0",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-load-plugins": "^0.10.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.4",
"gulp-size": "^1.2.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"keymirror": "^0.1.1",
"md5": "^2.0.0",
"merge-stream": "^0.1.8",
"minimist": "^1.1.1",
"mocha": "^2.2.5",
"node-libs-browser": "^0.5.2",
"qwest": "^2.0.1",
"react": "^0.13.3",
"react-mixin": "^1.6.0",
"react-router": "^1.0.0-beta3",
"reflux": "^0.2.10",
"run-sequence": "^1.1.1",
"webpack": "^1.10.1"
},
"dependencies": {
"babel-runtime": "^5.7.0",
"highlight.js": "^8.7.0",
"marked": "^0.3.5",
"moment": "^2.10.6",
"superagent": "^1.2.0"
}
}