-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 900 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": "explorer",
"version": "0.0.0",
"description": "Front-end data explorer for ScienceBase Information",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/allenj/sb-explorer.git"
},
"keywords": [
"ScienceBase",
"USGS"
],
"author": "allenj",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "3aa01eae9b68fbf7ae92256c781eb305baf19f29",
"dependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-combine": "~0.8.3",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.4.1"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-karma": "~0.4.5",
"grunt-contrib-watch": "~0.4.4"
}
}