-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.34 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.34 KB
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
{
"name": "MemoMath",
"version": "0.0.3",
"author": "Gustavo Alves <contato@gustavocalves.com.br>",
"license": "MIT",
"main": "server.js",
"scripts": {
"start": "node server.js",
"postinstall": "./node_modules/bower/bin/bower install && gulp dist"
},
"devDependencies": {
"bower": "^1.4.1",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-babel": "^5.2.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.9",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18",
"protractor": "^2.1.0",
"run-sequence": "^1.1.2",
"gulp-load-plugins": "^1.0.0-rc.1",
"require-dir": "^0.3.0",
"jasmine-core": "^2.3.4",
"karma-jasmine": "^0.3.6",
"karma-coverage": "^0.2.7"
},
"engines": {
"node": "0.12.2"
},
"dependencies": {
"express": "^4.11.2",
"bluebird": "^2.9.6",
"config": "^1.12.0",
"babel": "^5.8.23",
"express-load": "^1.1.14",
"pluralize": "^1.1.2",
"body-parser": "^1.12.3",
"mongoose": "^4.2.3"
}
}