-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
44 lines (44 loc) · 1.01 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
{
"name": "campjs",
"description": "The CampJS website http://viii.campjs.com",
"version": "8.6.0",
"repository": {
"type": "git",
"url": "git+https://github.com/campjs/campjs-next.git"
},
"keywords": [
"campjs"
],
"author": {
"name": "Glen Arrowsmith",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/campjs/campjs-next/issues"
},
"homepage": "http://viii.campjs.com",
"bin": {
"campjs": "./cli.js"
},
"scripts": {
"dev": "next",
"build": "next build && next export && rm -rf docs && cp -R out docs && cp CNAME docs/CNAME && cp .nojekyll docs/.nojekyll",
"start": "next start"
},
"dependencies": {
"argparse": "^1.0.9",
"express": "^4.15.3",
"styled-jsx": "^1.0.8"
},
"devDependencies": {
"axs": "^1.0.6",
"babel": "^6.23.0",
"minimal.css": "^1.0.1",
"next": "beta",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-hotkeys": "^0.10.0",
"send": "^0.15.3"
}
}