-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 800 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 800 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
{
"name": "ionic-project",
"version": "1.0.0",
"description": "An Ionic project",
"dependencies": {},
"devDependencies": {
"bower": "^1.3.3",
"gulp": "^3.5.6",
"gulp-bump": "^0.3.0",
"gulp-changed": "^0.3.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.2.0",
"gulp-connect": "^2.0.5",
"gulp-filter": "^2.0.2",
"gulp-git": "^1.2.1",
"gulp-jshint": "^1.6.1",
"gulp-minify-css": "^0.3.0",
"gulp-open": "^0.2.8",
"gulp-preprocess": "^1.0.1",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.1",
"gulp-tag-version": "^1.2.1",
"gulp-util": "^2.2.14",
"jshint-stylish": "^0.2.0",
"moment": "^2.10.2",
"q": "^1.3.0",
"run-sequence": "^0.3.6",
"semver": "^4.3.3",
"shelljs": "^0.3.0",
"yargs": "^1.2.2"
}
}