forked from Clastic/Clastic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 696 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 696 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
{
"name": "ClasticProject",
"version": "1.0.0",
"description": "Symfony Standard Edition ========================",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.2",
"gulp-filesize": "0.0.6",
"gulp-minify-css": "^0.3.11",
"gulp-rename": "^1.2.0",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^1.0.1"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-less": "^1.3.6",
"gulp-livereload": "^2.1.1",
"gulp-notify": "^2.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}