forked from thinkjs/www.thinkjs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.42 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
{
"name": "www.thinkjs.org",
"description": "www.thinkjs.org website",
"version": "2.0.0",
"author": {
"name": "welefen",
"email": "[email protected]"
},
"scripts": {
"start": "node www/index.js",
"compile": "babel --presets es2015-loose,stage-1 --plugins transform-runtime src/ --out-dir app/",
"watch-compile": "npm run compile -- --watch",
"watch": "npm run watch-compile"
},
"contributors": [
{
"name": "welefen",
"email": "[email protected]"
}
],
"dependencies": {
"babel-runtime": "6.x.x",
"highlight.js": "^8.8.0",
"marked": "0.3.5",
"marked-toc": "0.3.0",
"node-crontab": "0.0.8",
"superagent": "1.3.0",
"thinkjs": "2.2.x"
},
"devDependencies": {
"@q/stc-cdn-qstatic": "^1.0.4",
"babel-cli": "6.x.x",
"babel-core": "6.x.x",
"babel-plugin-transform-runtime": "6.x.x",
"babel-preset-es2015-loose": "6.x.x",
"babel-preset-stage-1": "6.x.x",
"stc": "^2.0.4",
"stc-cdn": "^1.0.2",
"stc-css-compress": "^1.0.1",
"stc-html-compress": "^1.0.1",
"stc-localstorage": "^1.0.4",
"stc-localstorage-ejs": "^1.0.3",
"stc-uglify": "^1.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/75team/www.thinkjs.org"
},
"engines": {
"node": ">=0.12.0"
},
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/75team/www.thinkjs.org/issues"
}
}