forked from codeforokc/openbudgetokc
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
45 lines (45 loc) · 1.37 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
{
"name": "openbudgetwichita",
"version": "1.0.0",
"description": "open wichita open budget project",
"scripts": {
"start": "cd _src && harp server",
"build": "cd _src && harp compile ./ ../www",
"build-tree-data": "python _treemap/treemap_process_data.py _treemap/config.json $INPUT && mv ./Adopted.*.json _src/data/tree/",
"build-flow-data": "./data-utilities/data_to_flow_csv.rb -i data/2017-wichita-adopted-budget-processed.csv -o _src/data/flow/2017__adopted.csv",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openwichita/openbudgetwichita.git"
},
"keywords": [
"budget",
"wichita"
],
"author": "openwichita",
"license": "ISC",
"bugs": {
"url": "https://github.com/openwichita/openbudgetwichita/issues"
},
"homepage": "https://github.com/openwichita/openbudgetwichita#readme",
"dependencies": {
"bootstrap-sass": "^3.3.7",
"harp": "https://github.com/sintaxi/harp.git#v0.21.0-pre"
},
"devDependencies": {
"amdefine": "^1.0.1",
"case": "^1.5.3",
"csv": "^1.1.1",
"destroy": "^1.0.4",
"encodeurl": "^1.0.1",
"jasmine-core": "^2.6.4",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"node-sass": "^4.5.3",
"setprototypeof": "^1.0.3",
"sigmund": "^1.0.1"
}
}