-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.8 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "App_Name",
"version": "0.0.1",
"private": true,
"author": "Carlos Morell",
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt",
"test": "node node_modules/grunt-cli/bin/grunt test",
"postinstall": "bower install"
},
"dependencies": {
"express": "3.4.8",
"jade": "1.3.1",
"sequelize-sqlite": "1.7.0",
"connect-flash": "0.1.1",
"crypto": "0.0.3",
"passport": "0.2.0",
"passport-local": "1.0.0",
"passport-facebook": "1.0.3",
"passport-twitter": "1.0.2",
"underscore": "latest",
"async": "latest",
"view-helpers": "latest",
"forever": "latest",
"bower": "latest",
"grunt": "latest",
"grunt-cli": "latest",
"grunt-env": "latest",
"grunt-copy": "latest",
"lodash": "latest",
"winston": "latest",
"passport-google": "latest",
"moxie-zip": "0.0.3",
"q": "1.0.1",
"handlebars-paginate": "0.0.1",
"log4js": "0.6.15",
"sqlite3": "2.2.3",
"sequelize": "1.7.8",
"connect-multiparty": "latest"
},
"devDependencies": {
"chai": "latest",
"grunt-concurrent": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-watch": "latest",
"grunt-karma": "~0.6.2",
"grunt-mocha-test": "latest",
"grunt-nodemon": "latest",
"grunt-protractor-runner": "^1.1.4",
"karma": "~0.10.4",
"karma-chrome-launcher": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-coverage": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.0",
"karma-requirejs": "~0.2.0",
"karma-script-launcher": "~0.1.0",
"protractor": "^1.4.0",
"should": "latest",
"supertest": "latest"
}
}