-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1004 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1004 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
32
33
34
35
36
37
38
39
{
"name": "openfda-pool1",
"version": "0.1.0",
"description": "Working pool 1 prototype OpenFDA",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ctacdev/openfdapool1.git"
},
"author": "CTAC",
"license": "MIT",
"bugs": {
"url": "https://github.com/ctacdev/openfdapool1/issues"
},
"homepage": "https://github.com/ctacdev/openfdapool1#readme",
"devDependencies": {
"bootstrap-sass": "^3.3.5",
"grunt": "^0.4.5",
"grunt-aws": "^0.5.4",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-devtools": "^0.2.1",
"qunitjs": "^1.18.0"
},
"dependencies": {
"jquery": "^2.1.4"
}
}