-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1 KB
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": "DatasetLandingPage",
"description": "Catalog representation of a dataset",
"version": "0.0.1",
"author": "National Snow and Ice Data Center",
"repository": {
"type": "git",
"url": "git@bitbucket.org:nsidc/dataset-landing-page.git"
},
"devDependencies": {
"bower": "~1.2.7",
"chai": "~1.8.1",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.5.3",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-html-build": "~0.3.1",
"grunt-mocha-html-require": "git://github.com/iantruslove/grunt-mocha-html-require.git#requirejs",
"grunt-mocha-phantomjs": "~0.3.1",
"grunt-mocha-webdriver": "~0.9.11",
"grunt-sass": "0.9.0",
"mocha": "~1.14.0",
"mocha-cakes": "~0.9.0",
"phantomjs": "~1.9.2-4",
"grunt-contrib-connect": "~0.5.0",
"wd": "0.2.6"
},
"dependencies": {
"requirejs": "~2.1.9"
}
}