forked from himynameisdave/postcss-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1012 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
{
"name": "postcss-plugins",
"version": "1.7.11",
"description": "A consolidated list of PostCSS plugins in an ready-to-use format.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/himynameisdave/postcss-plugins.git"
},
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"postcss",
"postcss-plugin",
"css",
"list",
"library",
"plugins"
],
"author": "Dave Lunny",
"license": "MIT",
"bugs": {
"url": "https://github.com/himynameisdave/postcss-plugins/issues"
},
"homepage": "https://github.com/himynameisdave/postcss-plugins#readme",
"scripts": {
"add": "npm run add-new-plugin && npm run update-authors",
"add-new-plugin": "node scripts/add-new-plugin.js",
"update-authors": "node scripts/update-authors.js",
"update-gh-stars": "node scripts/update-gh-stars.js"
},
"dependencies": {
"chalk": "^1.1.1",
"inquirer": "^0.10.0",
"moment": "^2.10.6",
"octonode": "^0.7.4"
}
}