forked from nju33/postcss-preref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 959 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
{
"name": "postcss-preref",
"description": "PostCSS plugin that to refer previous selector by &",
"version": "0.0.2",
"author": {
"name": "nju33",
"email": "[email protected]",
"url": "http://nju33.work/"
},
"bugs": {
"url": "https://github.com/totora0155/postcss-preref/issues"
},
"dependencies": {
"postcss": "^5.0.10"
},
"devDependencies": {
"chai": "^3.4.0",
"coffee-script": "^1.10.0",
"mocha": "^2.3.3"
},
"homepage": "https://github.com/totora0155/postcss-preref#readme",
"keywords": [
"css",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:totora0155/postcss-preref.git"
},
"scripts": {
"build": "coffee -o ./ -c src/index.coffee",
"test": " mocha --compilers \"--compilers coffee:coffee-script/register\" test/*",
"watch": "coffee -w -o ./ -c src/index.coffee"
}
}