-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.79 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
{
"name": "jeff-project",
"version": "0.1.0",
"description": "A sample application involving Angular, Express, Sequelize, Gulp and Vagrant",
"main": "server.js",
"scripts": {
"start": "node index.js",
"postinstall": "gulp build && node_modules/.bin/sequelize db:migrate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/natevecc/jeff-project.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/natevecc/jeff-project/issues"
},
"homepage": "https://github.com/natevecc/jeff-project#readme",
"dependencies": {
"angular": "^1.3.15",
"angular-bootstrap-npm": "^0.13.0",
"angular-cookies": "^1.3.15",
"angular-ui-router": "^0.2.15",
"bcrypt": "^0.8.3",
"bluebird": "^2.9.25",
"body-parser": "^1.12.4",
"bootstrap": "^3.3.4",
"browserify": "^10.2.1",
"browserify-ng-html2js": "^1.1.1",
"chai": "^2.3.0",
"coffee-script": "^1.9.2",
"coffeeify": "^1.1.0",
"connect-livereload": "^0.5.3",
"cookie-parser": "^1.3.5",
"del": "^1.2.0",
"ejs": "^2.3.1",
"express": "^4.12.4",
"express-session": "^1.11.2",
"gulp": "^3.8.11",
"gulp-coffee": "^2.3.1",
"gulp-concat-css": "^2.2.0",
"gulp-live-server": "0.0.14",
"gulp-mocha": "^2.1.0",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.4",
"js2coffee": "^2.0.4",
"lodash": "^3.9.2",
"morgan": "^1.5.3",
"passport": "^0.2.2",
"passport-local": "^1.0.0",
"pg": "^4.3.0",
"pg-hstore": "^2.3.2",
"sequelize": "^3.0.1",
"sequelize-cli": "^1.7.0",
"supertest": "^1.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
},
"engines": {
"node": "0.12.2",
"npm": "2.7.4"
}
}