UNPKG

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