-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 873 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
{
"name": "bristolbronies-stream",
"version": "1.0.0",
"description": "",
"private": true,
"main": "Gulpfile.js",
"readme": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/querkmachine/bristolbronies-patterns.git"
},
"author": "Kimberly Grey",
"license": "ISC",
"bugs": {
"url": "https://github.com/querkmachine/bristolbronies-patterns/issues"
},
"homepage": "https://github.com/querkmachine/bristolbronies-patterns",
"dependencies": {
"express": "^4.13.1",
"http": "0.0.0",
"socket.io": "^1.3.6",
"twitter": "^1.2.5"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-sass": "^1.3.3",
"gulp-concat": "^2.5.2",
"gulp-uglify": "^1.1.0",
"gulp-autoprefixer": "^2.1.0",
"gulp-imagemin": "^2.2.1"
}
}