css-pack
Version:
Pack CSS dependency graphs into bundles
41 lines • 873 B
JSON
{
"name": "css-pack",
"version": "0.8.3",
"description": "Pack CSS dependency graphs into bundles",
"main": "index.js",
"bin": {
"css-pack": "css-pack"
},
"scripts": {
"test": "./node_modules/.bin/mocha specs.js"
},
"repository": {
"type": "git",
"url": "andreypopp/css-pack"
},
"keywords": [
"dgraph",
"css",
"bundle",
"browserify",
"module-deps"
],
"author": "Andrey Popp <8mayday@gmail.com>",
"license": "MIT",
"devDependencies": {
"semver": "~2.1.0",
"jshint": "~2.1.10",
"mocha": "~1.12.1",
"as-stream": "~0.1.0",
"stream-aggregate": "~0.1.1"
},
"dependencies": {
"through": "~2.3.4",
"JSONStream": "~0.7.1",
"stream-combiner": "0.0.2",
"deps-topo-sort": "~0.2.0",
"css-parse": "~1.7.0",
"css-stringify": "1.4.0",
"convert-source-map": "~0.2.6"
}
}