This repository has been archived by the owner on Jan 5, 2019. It is now read-only.
forked from gordonbrander/openag-ui
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
55 lines (55 loc) · 1.52 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
{
"name": "openag-ui",
"version": "0.0.2",
"description": "UI for OpenAg Food Computers",
"main": "src/main.js",
"repository": {
"type": "git",
"url": "https://github.com/OpenAgInitiative/openag-ui.git",
"web": "https://github.com/OpenAgInitiative/openag-ui"
},
"bugs": {
"url": "https://github.com/OpenAgInitiative/openag-ui/issues"
},
"dependencies": {
"d3-array": "^1.0.0",
"d3-scale": "^1.0.2",
"d3-shape": "^1.0.1",
"d3-time": "^1.0.1",
"d3-time-format": "^2.0.1",
"d3fc-sample": "^3.0.2",
"lodash": "^4.15.0",
"pouchdb-browser": "^5.4.5",
"querystring": "^0.2.0",
"reflex": "^0.4.1",
"reflex-virtual-dom-driver": "^0.2.0",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"couchapp": "^0.11.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-couchapp": "^0.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/grunt-cli/bin/grunt build",
"develop": "./node_modules/grunt-cli/bin/grunt develop",
"watch": "./node_modules/grunt-cli/bin/grunt watch",
"couchapp_deploy": "./node_modules/grunt-cli/bin/grunt couchapp_deploy"
},
"keywords": [
"openag",
"food",
"computer"
],
"author": "OpenAg Agrinauts",
"license": "GPL-3.0"
}