forked from j0k3r/slacker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 894 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
{
"name": "Slacker",
"version": "1.0.0",
"description": "A simple app for sending joke messages to Slack",
"author": "Nathan Hoad",
"main": "app/server/server.js",
"engines": {
"node": "0.x",
"npm": "2.x"
},
"dependencies": {
"body-parser": "^1.12.0",
"bower": "^1.3.12",
"browserify": "^7.0.1",
"express": "^4.12.2",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-less": "^3.0.1",
"gulp-minify-css": "^0.5.1",
"gulp-nodemon": "^1.0.5",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"qs": "^2.3.3",
"request": "~2.35",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install && gulp build",
"start": "foreman start web"
},
"repository": {
"type": "git",
"url": "[email protected]:nathanhoad/slacker.git"
}
}