-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.17 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.17 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
{
"name": "aes-app",
"version": "1.0.0",
"description": "aes app",
"main": "index.js",
"scripts": {
"test": "test"
},
"author": "aldidas",
"license": "MIT",
"repository" : {
"type": "git",
"url": "https://github.com/aldidas/express_sequelize.git"
},
"dependencies": {
"angular": "^1.5.0",
"angular-route": "^1.5.0",
"angular-sanitize": "^1.5.0",
"body-parser": "^1.15.0",
"bootstrap-sass": "^3.3.6",
"express": "^4.13.4",
"jquery": "^2.2.0",
"sequelize": "^3.19.3",
"sqlite3": "^3.1.1"
},
"devDependencies": {
"browserify": "^13.0.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.2",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.0.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.2",
"jshint": "^2.9.1",
"stripify": "^4.0.0",
"through2": "^2.0.1",
"vinyl-transform": "^1.0.0"
}
}