forked from nasa/earthdata-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.55 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "earthdata-search",
"description": "Earthdata Search",
"version": "1.0.0",
"repository": "nasa/earthdata-search",
"author": {
"name": "Patrick Quinn",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Patrick Quinn",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"devDependencies": {
"babel-core": "^6.1.2",
"babel-loader": "^6.1.0",
"babel-polyfill": "^6.2.0",
"babel-preset-es2015": "^6.1.2",
"coffee-loader": "0.7.2",
"coffee-script": "^1.10.0",
"css-loader": "^0.17.0",
"es5-shim": "^4.1.13",
"expose-loader": "^0.7.0",
"file-loader": "^0.8.4",
"handlebars": "^4.0.3",
"handlebars-loader": "1.4.0",
"html-loader": "^0.3.0",
"jasmine": "^2.3.2",
"jasmine-core": "^2.3.4",
"jasmine-jquery": "^2.1.0",
"jasmine-reporters": "^2.0.7",
"jquery": "^2.1.4",
"jstree": "3.0.1",
"karma": "^0.13.9",
"karma-cli": "^0.1.0",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-webpack": "^1.7.0",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"phantomjs": "^1.9.18",
"script-loader": "^0.6.1",
"style-loader": "^0.12.3",
"url-loader": "0.5.6",
"webpack": "1.12.1"
},
"scripts": {
"prepublish": "./node_modules/.bin/webpack --config config/webpack.config.js -p --bail --colors",
"start": "./node_modules/.bin/webpack --config config/webpack.config.js -w --colors",
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
}
}