UNPKG

1.59 kBJSONView Raw
1{
2 "name": "rucksack-css",
3 "version": "0.8.4",
4 "description": "A little bag of CSS superpowers",
5 "main": "index.js",
6 "keywords": [
7 "rucksack",
8 "postcss",
9 "css",
10 "framework",
11 "boilerplate"
12 ],
13 "license": "MIT",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/simplaio/rucksack.git"
17 },
18 "author": "Sean King <sean@simpla.io>",
19 "maintainers": [
20 {
21 "name": "Sean King",
22 "email": "sean@simpla.io",
23 "web": "https://twitter.com/seaneking"
24 }
25 ],
26 "bugs": {
27 "url": "https://github.com/simplaio/rucksack/issues"
28 },
29 "bin": {
30 "rucksack": "./bin/cmd.js"
31 },
32 "engines": {
33 "node": ">= 0.12.0"
34 },
35 "homepage": "https://github.com/simplaio/rucksack",
36 "dependencies": {
37 "autoprefixer": "^6.0.0",
38 "minimist": "^1.1.2",
39 "postcss": "^5.0.0",
40 "postcss-alias": "^0.2.2",
41 "postcss-clearfix": "0.2.0",
42 "postcss-color-rgba-fallback": "^2.0.0",
43 "postcss-easings": "^0.3.0",
44 "postcss-fontpath": "^0.2.0",
45 "postcss-hexrgba": "^0.2.0",
46 "postcss-input-style": "^0.3.0",
47 "postcss-opacity": "3.0.0",
48 "postcss-position": "^0.4.0",
49 "postcss-pseudoelements": "^3.0.0",
50 "postcss-quantity-queries": "^0.4.0",
51 "postcss-reporter": "^1.0.0",
52 "postcss-responsive-type": "^0.3.1",
53 "postcss-vmin": "2.0.0",
54 "read-file-stdin": "^0.2.0",
55 "write-file-stdout": "0.0.2"
56 },
57 "devDependencies": {
58 "gulp-eslint": "^0.12.0",
59 "gulp-mocha": "^2.0.1",
60 "chai": "^2.3.0",
61 "gulp": "^3.8.11"
62 },
63 "scripts": {
64 "test": "gulp check"
65 }
66}