Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt-css / node_modules / sqwish / package.json
1 {
2   "name": "sqwish",
3   "description": "a tool for compressing CSS",
4   "homepage": "https://github.com/ded/sqwish",
5   "version": "0.2.0",
6   "author": {
7     "name": "Dustin Diaz",
8     "email": "@ded"
9   },
10   "keywords": [
11     "minify",
12     "css",
13     "compress"
14   ],
15   "main": "src/index.js",
16   "engines": {
17     "node": ">= 0.4.1"
18   },
19   "directories": {
20     "lib": "src",
21     "bin": "bin"
22   },
23   "devDependencies": {
24     "sink-test": ">= 0.0.6"
25   },
26   "scripts": {
27     "test": "node tests/tests.js"
28   },
29   "preferGlobal": true,
30   "bin": {
31     "sqwish": "bin/sqwish"
32   },
33   "_id": "sqwish@0.2.0",
34   "dependencies": {},
35   "optionalDependencies": {},
36   "_engineSupported": true,
37   "_npmVersion": "1.1.21",
38   "_nodeVersion": "v0.6.18",
39   "_defaultsLoaded": true,
40   "_from": "sqwish@0.2.x"
41 }