-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 919 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
32
33
34
35
36
37
{
"name": "design.cater2.me",
"version": "0.0.7",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "zeropack serve",
"serve": "zeropack serve",
"build": "zeropack build",
"test": "true",
"prepare": "coffee --compile --transpile --bare -o react/ -c components/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cater2me/design.cater2.me.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/cater2me/design.cater2.me/issues"
},
"homepage": "https://github.com/cater2me/design.cater2.me#readme",
"dependencies": {
"bootstrap-sass": "^3.3.7",
"lodash": "^4.17.10"
},
"devDependencies": {
"zeropack-preset-coffee": "^0.0.20",
"create-react-class": "^15.5.2",
"prop-types": "^15.6.1",
"react": "16.0.0",
"react-dom": "16.0.0"
}
}