UNPKG

1.25 kBJSONView Raw
1{
2 "name": "gassetic",
3 "version": "0.3.0",
4 "description": "Symfony2 Assetic replacement based on the gulp build tool",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha -u tdd"
8 },
9 "bin": {
10 "gassetic": "bin.js"
11 },
12 "preferGlobal": true,
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/crossborne/gassetic"
16 },
17 "keywords": [
18 "gulp",
19 "assetic",
20 "symfony2"
21 ],
22 "author": "Roman Schejbal <crossborne@gmail.com>",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/crossborne/gassetic/issues"
26 },
27 "homepage": "https://github.com/crossborne/gassetic",
28 "devDependencies": {
29 "assert": "~1.1.1",
30 "gulp-concat": "~2.2.0",
31 "gulp-less": "^1.3.2",
32 "gulp-mocha": "~0.4.1",
33 "gulp-plumber": "^0.6.4",
34 "gulp-sourcemaps": "^1.1.0",
35 "gulp-sass": "^0.7.2"
36 },
37 "dependencies": {
38 "coffee-script": "~1.7.1",
39 "gulp": "^3.8.6",
40 "gulp-clean": "0.2.4",
41 "gulp-coffee": "~1.4.2",
42 "gulp-expect-file": "0.0.7",
43 "gulp-frep": "~0.1.1",
44 "gulp-git": "^0.5.0",
45 "gulp-livereload": "2.*",
46 "gulp-rename": "^1.2.0",
47 "gulp-tap": "~0.1.1",
48 "gulp-util": "~2.2.14",
49 "js-yaml": "~3.0.2",
50 "q": "~1.0.1",
51 "yargs": "~1.2.2"
52 }
53}