-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.13 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "zorium-seed",
"private": true,
"scripts": {
"test": "NODE_ENV=test gulp test",
"dev": "NODE_ENV=development gulp dev",
"dist": "NODE_ENV=production gulp dist",
"start": "NODE_ENV=production ./src/server/start.sh",
"watch": "NODE_ENV=test gulp watch",
"demo-api": "./node_modules/coffee-script/bin/coffee src/server/demo_api.coffee"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
"b-assert": "^0.1.2",
"clay-coffeescript-style-guide": "^1.1.0",
"codemirror": "^5.20.2",
"coffee-loader": "^0.7.2",
"coffeelint": "^1.13.1",
"css-loader": "^0.25.0",
"del": "^2.0.2",
"exoid-router": "^0.2.6",
"extract-text-webpack-plugin": "^1.0.1",
"fastclick": "^1.0.6",
"flare-gun": "^0.6.5",
"gulp": "^3.9.0",
"gulp-coffeelint": "^0.6.0",
"gulp-mocha": "^3.0.1",
"html-loader": "^0.4.4",
"json-loader": "^0.5.2",
"markdown-color-loader": "^0.3.0",
"mocha": "^3.1.2",
"normalize-styl": "^4.1.1",
"postcss-loader": "^1.1.0",
"promiz": "^1.0.4",
"stacktrace-js": "^1.0.1",
"style-loader": "^0.13.0",
"stylus": "^0.54.5",
"stylus-loader": "^2.3.1",
"uuid": "^2.0.1",
"vtree-query": "^0.2.0",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.12.1",
"webpack-stream": "^3.2.0",
"zock": "^0.2.5"
},
"dependencies": {
"body-parser": "^1.14.1",
"clay-request": "^0.4.4",
"coffee-script": "^1.10.0",
"compression": "^1.6.0",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.0",
"exoid": "^0.1.8",
"express": "^4.13.3",
"helmet": "^3.0.0",
"highlight.js": "^9.8.0",
"http-hash": "^2.0.0",
"location-router": "^0.1.1",
"lodash": "^4.16.6",
"loga": "^0.1.3",
"marked": "^0.3.6",
"rx-lite": "^3.1.2",
"whatwg-fetch": "^1.0.0",
"zorium": "^1.0.13",
"zorium-paper": "^0.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Zorium/zorium-seed.git"
},
"author": "Zolmeister (https://zolmeister.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Zorium/zorium-seed/issues"
},
"homepage": "https://zorium.org"
}