forked from CymChad/BaseRecyclerViewAdapterHelper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 882 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 882 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
29
30
31
32
33
34
35
36
37
38
39
{
"name": "BRAVH",
"version": "1.0.0",
"description": "page for bravh",
"main": "index.js",
"scripts": {
"start": "http-server . -p 7070",
"dev": "gulp && gulp watch"
},
"keywords": [
"bravh",
"Android",
"RecycleView",
"Angularjs",
"Bootstrap"
],
"author": "Harlan",
"license": "ISC",
"dependencies": {
"angular": "^1.6.4",
"angular-translate": "^2.15.1",
"angular-translate-storage-cookie": "^2.15.1",
"angular-ui-bootstrap": "^2.5.0",
"bootstrap": "^3.3.7"
},
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cache": "^0.4.6",
"gulp-connect": "^5.0.0",
"gulp-imagemin": "^3.3.0",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^3.0.0",
"gulp-sass": "^3.1.0",
"imagemin-pngquant": "^5.0.1",
"gulp-uglify": "^3.0.0"
}
}