-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
37 lines (37 loc) · 1014 Bytes
/
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
{
"name": "ionic-base",
"version": "0.0.1",
"description": "A structured Ionic app starter boilerplate",
"author": "Mohamed Eltuhamy <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/meltuhamy/ionic-base"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
},
"dependencies": {
"gulp": "^3.5.6",
"gulp-sass": "^2.0.4",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0"
},
"devDependencies": {
"angular-mocks": "^1.3.15",
"bower": "^1.3.3",
"gulp-angular-templatecache": "^1.5.0",
"gulp-concat": "^2.5.2",
"gulp-cordova-bump": "^1.2.2",
"gulp-header": "^1.2.2",
"gulp-ng-annotate": "^0.5.2",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^2.2.14",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"shelljs": "^0.3.0"
}
}