forked from openwichita/openbudgetwichita
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 929 Bytes
/
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
{
"name": "openbudgetwichita",
"version": "1.0.0",
"description": "open wichita open budget project",
"scripts": {
"start": "cd _src && harp server",
"build": "cd _src && harp compile --pretty ./ ../www",
"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": {
"jasmine-core": "^2.5.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2"
}
}