-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 792 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 792 Bytes
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
{
"name": "blue-button-connector",
"version": "0.0.0",
"description": "",
"main": "",
"scripts": {
"build-organizations": "node src/scripts/build-organization-directory",
"build-apps": "node src/scripts/build-app-directory",
"build-and-deploy": "./build-and-deploy.sh"
},
"author": "",
"license": "BSD",
"dependencies": {
},
"devDependencies": {
"async": "~0.2.10",
"fast-csv": "^0.5.5",
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jade": "~0.14.0",
"grunt-contrib-stylus": "~0.6.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.4.4",
"jade": "~1.9.2",
"json2csv": "~2.2.1",
"minimist": "0.0.8",
"moment": "~2.5.1",
"nconf": "^0.7.1",
"request": "~2.27.0"
}
}