-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.29 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
{
"name": "Core",
"version": "0.0.1",
"description": "Core App",
"main": "server.js",
"repository": {
"type": "git",
"url": "git@github.com:nverba/core.git"
},
"author": "nverba <distantstate@gmail.com>",
"dependencies": {
"angular": "^1.4.2",
"angular-new-router": "^0.5.3",
"angular-sanitize": "^1.4.3",
"angular-translate": "^2.7.2",
"angular-translate-loader-static-files": "^2.7.2",
"body-parser": "^1.13.2",
"express": "^4.13.1",
"jsonwebtoken": "^5.0.4",
"material-design-lite": "^1.0.2",
"mongoose": "^4.1.2",
"morgan": "^1.6.1",
"redux": "^1.0.1"
},
"devDependencies": {
"angular-mocks": "^1.4.2",
"babelify": "^6.1.3",
"browser-sync": "^2.8.2",
"browserify": "^11.0.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^5.1.0",
"gulp-freeze": "0.0.2",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.3.1",
"gulp-nodemon": "^2.0.3",
"gulp-sass": "^2.0.4",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"hintify": "^0.1.0",
"redux-devtools": "^1.0.2",
"require-dir": "^0.3.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.0",
"yargs": "^3.15.0"
}
}