-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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": "cheerup",
"version": "1.0.0",
"description": "symfony-vagrant-up",
"main": "gulpfile.js",
"author": "Julien Vallini <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/harijoe/cheerup/issues"
},
"homepage": "https://github.com/harijoe/cheerup#readme",
"dependencies": {
"bower": "^1.4.1",
"del": "~1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-concat": "^2.5.2",
"gulp-flatten": "^0.0.4",
"gulp-if": "^1.2.5",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.0",
"gulp-plug": "^0.2.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-uglifycss": "^1.0.4",
"gulp-util": "^3.0.4",
"main-bower-files": "^2.9.0",
"run-sequence": "^1.1.0",
"shipit-cli": "^1.2.1",
"shipit-deploy": "^1.3.1",
"shipit-shared": "^3.0.1"
},
"devDependencies": {
"gulp-livereload": "^3.8.0"
},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install",
"test": "phpunit -c app/",
"deploy": "shipit staging deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harijoe/cheerup.git"
}
}