-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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
{
"name": "hi",
"version": "1.0.0",
"description": "Geolocation based chat thingy",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"init-build": "npm install -g gulp && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/51seven/hi.git"
},
"author": "Timo Mämecke <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/51seven/hi/issues"
},
"homepage": "https://github.com/51seven/hi#readme",
"devDependencies": {
"browser-sync": "^2.9.3",
"browserify": "^11.0.1",
"gulp": "^3.9.0",
"gulp-batch": "^1.0.5",
"gulp-load-plugins": "^0.10.0",
"gulp-nodemon": "^2.0.4",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"lodash": "^3.10.1",
"lodash.assign": "^3.2.0",
"underscore": "^1.8.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"dependencies": {
"backbone": "^1.2.3",
"bluebird": "^2.10.0",
"consolidate": "^0.13.1",
"express": "^4.13.3",
"handlebars": "^4.0.2",
"hbsfy": "^2.2.1",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"nunjucks": "^2.0.0"
}
}