forked from starqle/starqle-ng-util
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 801 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
{
"name": "starqle-ng-util",
"version": "0.4.0",
"description": "Collection of Starqle Angular utilities.",
"main": "''",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/starqle/starqle-ng-util"
},
"keywords": [],
"author": "Starqle Indonesia",
"license": "Starqle Permissive License",
"devDependencies": {
"connect-modrewrite": "^0.7.6",
"del": "^0.1.3",
"gulp": "^3.8.6",
"gulp-cached": "^1.0.1",
"gulp-coffee": "^2.1.1",
"gulp-concat": "^2.3.3",
"gulp-connect": "^2.2.0",
"gulp-if": "^1.2.5",
"gulp-jade": "^1.0.0",
"gulp-plumber": "^1.0.0",
"gulp-sass": "2.0.4",
"gulp-util": "^2.2.20",
"gulp-watch": "^4.2.4",
"gulp-uglify": "^1.2.0",
"rimraf": "^2.2.8"
}
}