forked from peterramsing/lost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1002 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "lost",
"version": "8.2.1",
"description": "LostGrid is a powerful grid system built in PostCSS that works with any preprocessor and even vanilla CSS.",
"main": "lost.js",
"repository": {
"type": "git",
"url": "https://github.com/peterramsing/lost.git"
},
"dependencies": {
"object-assign": "^4.1.0",
"postcss": "^6.0.6"
},
"keywords": [
"grid",
"fraction",
"ratio",
"postcss",
"postcss-plugin"
],
"author": "Cory Simmons & Peter Ramsing <[email protected]> (http://peter.coffee)",
"license": "MIT",
"bugs": {
"url": "https://github.com/peterramsing/lost/issues"
},
"homepage": "http://lostgrid.org",
"devDependencies": {
"chai": "^3.5",
"clean-css": "^4.1.6",
"codecov": "^2.1.0",
"eslint": "^3.16",
"mocha": "^3.2",
"nyc": "^10.3.2"
},
"scripts": {
"test": "nyc mocha",
"lint": "eslint .",
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
}
}