-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
37 lines (37 loc) · 905 Bytes
/
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
{
"name": "slacjs",
"version": "0.3.0",
"private": true,
"devDependencies": {
"babelify": "^6.1.2",
"bower": "^1.4.1",
"browser-sync": "^2.7.6",
"browserify": "^10.2.3",
"cordova": "^5.0.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-jscs": "^1.6.0",
"gulp-jscs-stylish": "^1.1.0",
"gulp-jshint": "^1.11.0",
"gulp-minify-css": "^1.1.5",
"gulp-shell": "^0.4.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-task-listing": "^1.0.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"jshint-stylish": "^2.0.0",
"main-bower-files": "^2.8.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git://github.com/wouterbulten/slacjs.git"
},
"scripts": {
"test": "gulp test"
}
}