forked from gothinkster/angularjs-realworld-example-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 673 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 673 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
{
"name": "conduit-angularjs",
"version": "1.0.0",
"description": "Angular frontend for Conduit",
"author": "Thinkster",
"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"
}
}