-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.46 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.46 KB
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
{
"name": "nodeadmin",
"version": "1.4.0",
"description": "Admin system write with Node",
"main": "fis-conf.js",
"scripts": {
"start": "node www/development.js",
"compile": "babel --presets es2015-loose,stage-1 --plugins transform-runtime src/ --out-dir app/ --retain-lines",
"watch-compile": "node -e \"console.log('<npm run watch-compile> no longer need, use <npm start> command direct.');console.log();\"",
"watch": "npm run watch-compile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"babel-runtime": "6.x.x",
"moment": "^2.11.2",
"think-debug-toolbar": "^1.0.12",
"thinkjs": "2.1.x"
},
"devDependencies": {
"babel-cli": "6.x.x",
"babel-preset-es2015-loose": "6.x.x",
"babel-preset-stage-1": "6.x.x",
"babel-plugin-transform-runtime": "6.x.x",
"babel-core": "6.x.x",
"fis-postprocessor-autoprefixer": "^0.0.5",
"fis3-hook-commonjs": "^0.1.8",
"fis3-hook-module": "^1.2.2",
"fis3-parser-babel": "^1.1.2",
"fis3-parser-node-sass": "^0.1.8",
"fis3-postpackager-loader": "^1.3.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/helinjiang/nodeadmin.git"
},
"keywords": [
"Node",
"thinkjs",
"vuejs",
"fis3"
],
"author": "helinjiang <me@helinjiang.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/helinjiang/nodeadmin/issues"
},
"homepage": "https://github.com/helinjiang/nodeadmin#readme"
}