forked from samouss/cakepan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "cakepan",
"version": "1.0.0-beta1",
"repository": {
"type": "git",
"url": "[email protected]:creads/partners.git"
},
"author": "Creads developers",
"scripts": {
"postinstall": "bower install",
"prestart": "npm install || true; gulp",
"start": "gulp start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "proprietary",
"devDependencies": {
"bower": "^1.3.11",
"browser-sync": "^1.5.1",
"deepmerge": "^0.2.7",
"del": "^1.1.1",
"gulp": "^3.8.8",
"gulp-concat": "^2.4.1",
"gulp-concat-css": "^0.1.4",
"gulp-if": "^1.2.4",
"gulp-jshint": "^1.8.4",
"gulp-less": "^1.3.6",
"gulp-minify-css": "^0.3.10",
"gulp-notify": "^1.8.0",
"gulp-plumber": "^0.6.5",
"gulp-rename": "^1.2.0",
"gulp-replace-task": "^0.1.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-twigger": "https://github.com/instantiate/gulp-twigger/tarball/master",
"gulp-uglify": "^1.0.1",
"merge-stream": "^0.1.6",
"minimist": "^1.1.0",
"wiredep": "^2.2.2"
},
"dependencies": {}
}