-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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
{
"name": "mast",
"version": "1.0.0",
"description": "Broadcasting ponies to the people. Keep circulating the tapes.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/severnbronies/Mast.git"
},
"author": "SevernBronies",
"license": "ISC",
"bugs": {
"url": "https://github.com/severnbronies/Mast/issues"
},
"homepage": "https://github.com/severnbronies/Mast#readme",
"dependencies": {
"express": "^4.15.2",
"express-nunjucks": "^2.2.3",
"express-session": "^1.15.2",
"nunjucks": "^3.0.0",
"session-memory-store": "^0.2.2",
"socket.io": "^1.7.3",
"twitter": "^1.7.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.13.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^3.0.3",
"gulp-jshint": "^2.0.1",
"gulp-newer": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-sass-lint": "^1.2.0",
"gulp-sourcemaps": "^1.6.0",
"jshint": "^2.9.2",
"merge-stream": "^1.0.0"
},
"jshintConfig": {
"esversion": 6,
"node": true
}
}