-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.29 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
49
{
"name": "microBlog",
"version": "0.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"consolidate": "^0.10.0",
"express": "^3.6.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-mocha-test": "^0.10.2",
"mysql": "^2.1.1",
"passport": "^0.2.0",
"passport-facebook": "^1.0.3",
"passport-twitter": "^1.0.2",
"sequelize": "^1.7.0",
"socket.io": "^0.9.16",
"sqlite3": "^2.2.3",
"swig": "^1.3.2",
"uglify-js": "^2.4.13"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-csslint": "^0.2.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-jshint": "^0.9.2",
"grunt-mocha-test": "^0.10.0",
"grunt-nodemon": "^0.2.1",
"karma": "^0.12.2",
"grunt-karma": "^0.8.2",
"grunt-env": "^0.4.1",
"grunt-concurrent": "^0.5.0",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.3",
"karma-safari-launcher": "^0.1.1",
"karma-chrome-launcher": "^0.1.3",
"karma-firefox-launcher": "^0.1.3",
"requirejs": "^2.1.11",
"karma-requirejs": "^0.2.1",
"mocha": "^1.18.2",
"should": "^3.2.0"
}
}