-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.56 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
51
52
53
54
55
56
57
{
"name": "mobile",
"version": "0.0.0",
"private": true,
"scripts": {
"install": "napa",
"test": "gulp test && karma start --single-run --browsers PhantomJS",
"watch": "karma start",
"start": "gulp server",
"build": "gulp build"
},
"browserify": {
"transform": [
"es6ify"
]
},
"napa": {
"angular": "angular/bower-angular#v1.2.17",
"angular-mocks": "angular/bower-angular-mocks#v1.2.17",
"angular-route": "angular/bower-angular-route#v1.2.17",
"angular-touch": "angular/bower-angular-touch#v1.2.17",
"angular-resource": "angular/bower-angular-resource#v1.2.17",
"angular-local-storage": "grevory/angular-local-storage#0.0.5"
},
"devDependencies": {
"browserify": "^3.41.0",
"es6ify": "^1.1.0",
"gulp": "~3.8.0",
"gulp-angular-templatecache": "~1.0.3",
"gulp-header": "^1.0.2",
"gulp-jshint": "~1.3.4",
"gulp-less": "~1.2.1",
"gulp-minify-css": "^0.3.7",
"gulp-minify-html": "^0.1.4",
"gulp-uglify": "^0.3.1",
"gulp-usemin": "^0.3.7",
"gulp-webserver": "^0.7.1",
"karma": "^0.12.14",
"karma-chrome-launcher": "^0.1.3",
"karma-cli": "0.0.4",
"karma-jasmine": "~0.2.0",
"karma-phantomjs-launcher": "^0.1.4",
"napa": "^0.4.1",
"phantomjs": "^1.9.7-5",
"rimraf": "^2.2.8",
"vinyl-source-stream": "^0.1.1"
},
"dependencies": {
"angular-bindonce": "^0.3.1",
"angular-scroll": "durated/angular-scroll",
"bowser": "^0.7.1",
"fastclick": "^1.0.2",
"gulp-rev": "^1.0.0",
"lodash": "^2.4.1",
"zipcoder": "~0.2.0"
}
}