forked from gothinkster/angularjs-realworld-example-app
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 742 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 742 Bytes
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
{
"name": "frontend-interview-base",
"version": "1.0.0",
"description": "AngularJS frontend test for Admetricks",
"author": "Admetricks",
"license": "MIT",
"dependencies": {
"angular": "^1.5.0-rc.2",
"angular-ui-router": "^0.4.2",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"browserify-ngannotate": "^2.0.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"marked": "^0.3.5",
"merge-stream": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"resolutions": {
"graceful-fs": "^4.2.4"
}
}