This repository was archived by the owner on Jan 26, 2023. It is now read-only.
forked from sundaysenergy/client-dev-demo
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.7 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.7 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
49
50
51
52
53
54
55
56
{
"name": "rg-client-app",
"version": "0.0.6",
"description": "",
"main": "index.js",
"scripts": {
"data": "gulp data",
"dev": "gulp default",
"compile": "gulp deploy",
"stage": "b2 sync --delete --replaceNewer prod b2://rogersandgoffigon/staging",
"prod": "b2 sync --delete --replaceNewer prod b2://rogersandgoffigon/prod",
"upload": "npm run deploy && b2 sync --delete --replaceNewer public b2://rogersandgoffigon/staging",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kai Curry <kai@cape.io> (https://www.cape.io/)",
"license": "ISC",
"devDependencies": {
"browser-sync": "^1.3.0",
"browserify": "^5.9.1",
"coffee-script": "^1.8.0",
"coffeeify": "^0.7.0",
"fs-extra": "^0.12.0",
"gulp": "^3.8.6",
"gulp-clean": "^0.3.1",
"gulp-jade": "^0.7.0",
"gulp-less": "^1.3.9",
"gulp-react": "^0.5.0",
"gulp-rename": "^1.2.0",
"harmonize": "^1.4.4",
"minifyify": "^4.0.3",
"react-jade": "0.0.10",
"reactify": "^0.14.0",
"request": "^2.39.0",
"run-sequence": "^0.3.6",
"vinyl-source-stream": "^1.1.2",
"watchify": "^1.0.1"
},
"dependencies": {
"ampersand-collection": "^1.3.10",
"ampersand-model": "4.x",
"ampersand-rest-collection": "2.x",
"ampersand-router": "^1.0.2",
"ampersand-subcollection": "https://github.com/webmasterkai/ampersand-subcollection/archive/fix-sorting.tar.gz",
"cookies-js": "^0.4.0",
"hammerjs": "^2.0.4",
"keymaster": "^1.6.2",
"literalify": "^0.3.0",
"lodash": "^2.4.1",
"node-gyp": "^3.8.0",
"qs": "^1.2.2",
"query-param-getter": "0.0.1",
"react": "^0.11.1",
"reactionary": "^0.9.0",
"superagent": "^0.18.2"
}
}