-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.53 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
56
57
58
59
{
"name": "usda-challenge",
"version": "0.0.1",
"description": "ATS + EchoUser submission for USDA Innovation Challenge",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git://github.com/atsid/usda-challenge.git"
},
"scripts": {
"test": "node_modules/.bin/gulp test",
"start": "node_modules/.bin/gulp serve",
"postinstall": "node_modules/.bin/bower install"
},
"authors": [
"natoverse",
"bryantower"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/atsid/usda-challenge/issues"
},
"homepage": "https://labs.atsid.com/usda-challenge/",
"devDependencies": {
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"bower": "1.5.3",
"d3": "^3.5.6",
"dc": "^2.1.0-dev",
"eslint-plugin-react": "^3.5.1",
"gulp": "~3.9.0",
"gulp-bootlint": "^0.6.4",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^1.0.0",
"gulp-gh-pages": "~0.5.0",
"gulp-install": "^0.6.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"gulp-webpack": "^1.5.0",
"gulp-webserver": "0.9.1",
"react": "^0.14.0",
"react-router": "^1.0.0-rc3",
"rimraf": "^2.4.0",
"run-sequence": "^1.1.1",
"webpack": "^1.12.2"
},
"dependencies": {
"debug": "^2.2.0",
"history": "^1.12.5",
"lodash": "^3.10.1",
"lodash-compat": "^3.10.1",
"react-bootstrap": "^0.27.1",
"react-dom": "^0.14.0",
"react-responsive-carousel": "^0.1.6",
"superagent": "^1.4.0"
}
}