-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 864 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
{
"name": "f2e-demo",
"version": "0.1.0",
"description": "demo create by f2e-server",
"main": "index.js",
"scripts": {
"start": "sh ./clear.sh & f2e start",
"install": "rm -rf fonts & cp -rf ./node_modules/font-awesome/fonts ./ & rm -rf uploadDir & mkdir uploadDir",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shy2850/demo.git"
},
"author": "shy2850",
"license": "MIT",
"bugs": {
"url": "https://github.com/shy2850/demo/issues"
},
"homepage": "https://github.com/shy2850/demo#readme",
"dependencies": {
"bulma": "^0.6.2",
"f2e-serve": "^0.1.8",
"f2e-server": "^2.14.5",
"font-awesome": "^4.7.0",
"memory-tree": "^0.6.11",
"source-map": "^0.7.3",
"source-map-resolve": "^0.5.2",
"wfquery": "^0.7.2"
}
}