-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.05 KB
/
package.json
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
{
"name": "cubyn-mobile-template",
"version": "0.0.3",
"description": "Cubyn ionic app template.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cubyn/picker.scanner.git"
},
"keywords": [
"cubyn",
"ionic",
"mobile",
"cordova",
"template"
],
"author": "nbeydoon",
"license": "ISC",
"bugs": {
"url": "https://github.com/cubyn/picker.scanner/issues"
},
"homepage": "https://github.com/cubyn/picker.scanner#readme",
"devDependencies": {
"babelify": "^6.1.3",
"bower": "^1.4.1",
"browserify": "^11.0.1",
"gulp": "^3.9.0",
"gulp-if": "^1.2.5",
"gulp-livereload": "^3.8.0",
"gulp-mocha": "^2.1.3",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-util": "^3.0.6",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.1"
},
"dependencies": {
"angular-cookies": "^1.4.3",
"angular-resource": "^1.4.3",
"bluebird": "^2.9.34"
}
}