-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.15 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
{
"name": "itccompetition2016",
"version": "1.0.0",
"description": "Team Softcom at ITC",
"main": "gulpfile.js",
"dependencies": {
"angular": "^1.5.3",
"gulp": "^3.9.1",
"gulp-connect": "^3.2.2",
"gulp-nodemon": "^2.0.6",
"gulp-ruby-sass": "^2.0.6",
"mongodb": "^2.1.14",
"socketio": "^1.0.0"
},
"devDependencies": {
"express": "^4.13.4",
"gulp": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz",
"gulp-install": "^0.6.0",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "https://registry.npmjs.org/gulp-nodemon/-/gulp-nodemon-2.0.6.tgz",
"gulp-ruby-sass": "https://registry.npmjs.org/gulp-ruby-sass/-/gulp-ruby-sass-2.0.6.tgz",
"http": "0.0.0",
"path": "^0.12.7",
"socket.io": "^1.4.5",
"socketio": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cnibungco/itccompetition2016.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Cnibungco/itccompetition2016/issues"
},
"homepage": "https://github.com/Cnibungco/itccompetition2016#readme"
}