-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
61 lines (61 loc) · 1.43 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
{
"name": "plus",
"version": "0.0.80",
"description": "(coming soon)",
"repository": {
"type": "git",
"url": "https://github.com/webRunes/Plus-WRIO-App"
},
"author": "",
"license": "ISC",
"browserify": {
"transform": [
"babelify"
]
},
"scripts": {
"start": "rm -fR node_modules",
"bumpVersion": "npm run version",
"version": "sh version.sh"
},
"dependencies": {
"browserify": "^11.0.1",
"classnames": "^2.1.2",
"cookie-parser": "1.3.2",
"cross-storage": "^0.7.0",
"domready": "^1.0.8",
"envify": "^3.4.0",
"es6-promise": "^2.3.0",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.0",
"gulp-wrapper": "^1.0.0",
"lodash.sortby": "^3.1.4",
"lodash.some": "*",
"react": "^0.14.3",
"reflux": "^0.2.7",
"superagent": "^1.2.0",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babelify": "^6.3.0",
"browserify-notify": "^1.1.2",
"chai": "^2.1.2",
"eslint": "^1.4.3",
"eslint-plugin-react": "^3.1.0",
"eslint-plugin-ideal": "^0.1.2",
"jsdom": "^3.0.2",
"gulp-babel": "^5.1.0",
"gulp-eslint": "*",
"gulp-mocha": "^2.2.0",
"gulp-nodemon": "^2.0.4",
"mocha": "^2.3.4",
"babel-eslint": "*",
"react-addons-test-utils": "^0.14.6",
"should": "^6.0.3",
"uglifyify": "^3.0.1",
"vinyl-buffer": "^1.0.0"
}
}