-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
86 lines (86 loc) · 2.08 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "eatsmart",
"version": "0.0.0",
"description": "The Eatsmart Project",
"main": "",
"engines": {
"node": ">=4.2 <4.3"
},
"directories": {
"doc": "docs"
},
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/gulp test",
"build": "./node_modules/.bin/gulp deploy",
"dev": "./node_modules/.bin/gulp"
},
"repository": {
"type": "git",
"url": "[email protected]:[ORGANIZATION]/eatsmart.git"
},
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/[ORGANIZATION]/eatsmart/issues"
},
"homepage": "https://github.com/[ORGANIZATION]/eatsmart#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.6.0",
"babel-plugin-rewire": "^1.0.0-rc-2",
"babel-plugin-transform-react-jsx": "^6.6.0",
"babel-preset-es2015": "^6.1.18",
"babelify": "^7.2.0",
"bootstrap": "^3.3.6",
"browserify": "^12.0.1",
"chai": "^3.5.0",
"file-exists": "^1.0.0",
"flux": "^2.1.1",
"glob": "^6.0.1",
"gulp": "^3.8.9",
"gulp-concat": "^2.3.4",
"gulp-connect": "^2.2.0",
"gulp-cssmin": "^0.1.6",
"gulp-if": "^1.2.4",
"gulp-istanbul": "^0.10.3",
"gulp-istanbul-enforcer": "^1.0.3",
"gulp-jasmine2-phantomjs": "^0.1.1",
"gulp-less": "^3.0.5",
"gulp-livereload": "^2.1.1",
"gulp-mocha": "^2.2.0",
"gulp-modernizr": "0.0.0",
"gulp-notify": "^1.4.2",
"gulp-rename": "^1.2.2",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"immutable": "^3.7.6",
"isparta": "^4.0.0",
"jquery": "^2.1",
"jsdom": "^8.3.0",
"jsdom-global": "^1.7.0",
"less": "^2.5.3",
"mocha": "^2.4.5",
"mocha-jsdom": "^1.1.0",
"react": "^0.14.7",
"react-addons-test-utils": "^0.14.7",
"react-dom": "^0.14.7",
"react-functional": "^1.2.0",
"sinon": "^1.17.3",
"vinyl-source-stream": "^0.1.1",
"watchify": "^2.1.1",
"yargs": "^3.31.0"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
}
}