-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1001 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
38
{
"name": "geographyjs-collaborators",
"version": "1.0.0",
"description": "GeographyJS - Contributors",
"main": "server.js",
"scripts": {
"init": "npm install && bower install",
"start": "nodemon server/server.js",
"gulp": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MonteriaJS/geographyjs-collaborators.git"
},
"keywords": [
"GeographyJS",
"MonteríaJS",
"Javascript"
],
"author": "Team MonteríaJS <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/MonteriaJS/geographyjs-collaborators/issues"
},
"homepage": "https://github.com/MonteriaJS/geographyjs-collaborators#readme",
"dependencies": {
"app-root-dir": "^1.0.2",
"express": "^4.14.0",
"pug": "^2.0.0-beta6"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-refresh": "^1.1.0",
"gulp-sass": "^2.3.2"
}
}