-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.35 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node index.js",
"test": "gulp test",
"build": "gulp heroku:production"
},
"browser": {
"angular": "./public/vendor/angular/angular.min.js",
"angular-ui-router": "./public/vendor/angular-ui-router/release/angular-ui-router.min.js",
"angular-resource": "./public/vendor/angular-resource/angular-resource.min.js"
},
"browserify-shim": {
"angular": "angular",
"angular-ui-router": "uiRouter",
"angular-resource": "resource"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/kn9ts/agile-todoapp.git"
},
"author": "NM",
"license": "ISC",
"bugs": {
"url": "https://github.com/kn9ts/agile-todoapp/issues"
},
"homepage": "https://github.com/kn9ts/agile-todoapp#readme",
"dependencies": {
"body-parser": "~1.13.2",
"browser-sync": "^2.9.10",
"browserify": "^11.2.0",
"browserify-ngannotate": "^1.0.1",
"browserify-shim": "^3.8.10",
"chromedriver": "^2.19.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-session": "^1.11.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-bower": "0.0.10",
"gulp-cache": "^0.3.0",
"gulp-cachebust": "0.0.6",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.3.0",
"gulp-jade": "^1.1.0",
"gulp-jshint": "^1.11.2",
"gulp-karma": "0.0.5",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.1",
"gulp-nodemon": "^2.0.4",
"gulp-path": "^2.0.2",
"gulp-plumber": "^1.0.1",
"gulp-protractor": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"jade": "~1.11.0",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.1",
"karma-jasmine": "^0.3.6",
"less-middleware": "1.0.x",
"morgan": "~1.6.1",
"pg": "^4.4.2",
"pg-hstore": "^2.3.2",
"protractor": "^2.2.0",
"selenium-server-standalone-jar": "2.44.0",
"sequelize": "^3.11.0",
"serve-favicon": "~2.3.0",
"stringify": "^3.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"engines": {
"node": ">=0.12.5"
}
}