-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
37 lines (37 loc) · 905 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
36
37
{
"name": "open-budgets",
"description": "Open Budgets: A platform for accessible and meaningful budgetary data.",
"version": "0.0.1",
"main": "Gruntfile.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/openbudgets/openbudgets.git"
},
"keywords": [
"open-data",
"open-gov",
"municipal-budgets"
],
"author": "Public Knowledge Workshop",
"license": "BSD",
"bugs": {
"url": "https://github.com/openbudgets/openbudgets/issues"
},
"homepage": "https://github.com/openbudgets/openbudgets",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-requirejs": "~0.4.4",
"load-grunt-config": "~0.9.2",
"rjs-build-analysis": "0.0.3",
"rjs-build-hasher": "~0.7.0",
"smash": "0.0.12",
"d3": "~3.4.9"
}
}