forked from gantry/gantry5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 888 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
34
35
{
"name": "gantry5",
"version": "1.0.0",
"description": "Gantry 5 / JS and CSS bundler",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"browserify": "^10.0.0",
"gulp": "^3.8.11",
"gulp-if": "^1.2.5",
"gulp-jsonminify": "1.0.0",
"gulp-ruby-sass": "^1.0.5",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"merge-stream": "^0.1.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1",
"yargs": "^3.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gantry/gantry5.git"
},
"author": "Djamil Legato",
"license": "MIT",
"bugs": {
"url": "https://github.com/gantry/gantry5/issues"
},
"homepage": "https://github.com/gantry/gantry5"
}