-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
34 lines (34 loc) · 935 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
{
"name": "Stucco-Data",
"version": "0.0.1",
"description": "Stucco data source list web site",
"homepage": "http://ornl-visual-analytics.github.com/stucco-data/",
"author": "John Goodall <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/ornl-visual-analytics/stucco-data.git"
},
"licenses": [
{
"type": "CC BY 3.0",
"url": "https://creativecommons.org/licenses/by/3.0/"
}
],
"scripts": {
"test": "./node_modules/grunt-cli/bin/grunt test"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-cli": "~0.1.9",
"grunt-contrib-jade": "~0.8",
"grunt-contrib-jshint": "~0.6",
"grunt-contrib-cssmin": "~0.6",
"grunt-contrib-clean": "~0.5",
"grunt-contrib-concat": "~0.3",
"grunt-contrib-copy": "~0.4",
"grunt-contrib-uglify": "~0.2",
"grunt-gh-pages": "~0.6",
"grunt-jsonlint": "~1.0",
"matchdep": "~0.1"
}
}