-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 931 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
{
"name": "techtalk-portal",
"version": "0.0.0",
"description": "Tech talk portal web application ",
"main": "Gruntfile.js",
"dependencies": {
"colors": "~0.6.2",
"express": "~3.3.7",
"ejs": "~0.8.4",
"mongodb": "~1.3.19",
"mongoose": "~3.6.18"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-watch": "~0.5.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-usemin": "~0.1.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/sandbox-team/techtalk-portal.git"
},
"author": "sandbox-team",
"license": "MIT",
"bugs": {
"url": "https://github.com/sandbox-team/techtalk-portal/issues"
}
}