-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 833 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 833 Bytes
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
{
"name": "postcss-pure-grid",
"version": "1.1.1",
"description": "PureCSS grid system port",
"main": "index.js",
"scripts": {
"test": "ava -v"
},
"repository": {
"type": "git",
"url": "https://github.com/axvm/postcss-pure-grid"
},
"keywords": [
"postcss",
"css",
"grid",
"purecss"
],
"author": "Alexander Marchenko <axvmindaweb@gmail.com>",
"license": "MIT",
"dependencies": {
"babel-core": "^6.6.5",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "^7.0.0",
"postcss": "^5.0.19"
},
"devDependencies": {
"ava": "^0.12.0",
"babel-eslint": "5.0.0",
"eslint": "2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "2.0.0",
"gulp-json-editor": "^2.2.1"
}
}