-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.78 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": "duwamish-admin-ui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "tape tests/*.js | tap-spec",
"test-browser": "budo tests/index.js -- -t [ envify --NODE_ENV staging ]",
"bundle-css": "sheetify -u sheetify-cssnext style.css > public/bundle.css",
"bundle-js": "browserify index.js -o public/bundle.js",
"bundle": "npm run bundle-css && npm run bundle-js",
"start": "budo index.js:public/bundle.js --pushstate --live --onupdate 'npm run bundle-css' -- -t [ envify --NODE_ENV development ]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartercleanup/duwamish-admin-ui.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/smartercleanup/duwamish-admin-ui/issues"
},
"homepage": "https://github.com/smartercleanup/duwamish-admin-ui#readme",
"dependencies": {
"basscss-grid": "^1.0.3",
"catch-links": "^2.0.0",
"clone": "^1.0.2",
"component-emitter": "^1.2.0",
"csskit": "^1.1.1",
"data-editor": "editdata/data-editor",
"data-fields": "^2.0.1",
"data-form": "github:editdata/data-form",
"data-grid": "editdata/data-grid",
"data-map": "editdata/data-map",
"history-state": "^1.0.0",
"node-env-file": "^0.1.7",
"normalize.css": "^3.0.3",
"pathname-match": "^1.1.0",
"query-string": "^3.0.0",
"redux": "^3.0.4",
"shareabouts-api-client": "github:smartercleanup/shareabouts-api-client",
"virtual-dom": "^2.1.1",
"virtual-raf": "^2.0.3",
"wayfarer": "^5.0.1",
"xtend": "^4.0.1"
},
"devDependencies": {
"browserify": "^11.0.1",
"budo": "^5.1.0",
"envify": "^3.4.0",
"sheetify": "^3.1.0",
"sheetify-cssnext": "^1.0.0",
"tap-spec": "^4.1.0",
"tape": "^4.2.0"
}
}