-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
41 lines (41 loc) · 1 KB
/
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
41
{
"name": "browserify-postcss",
"version": "0.4.0",
"description": "transform contents using postcss",
"main": "index.js",
"scripts": {
"test": "standard *.js 'test/**/*.js' && node test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zoubin/browserify-postcss.git"
},
"keywords": [
"browserify",
"postcss"
],
"browser": "browser.js",
"author": "zoubin",
"license": "MIT",
"bugs": {
"url": "https://github.com/zoubin/browserify-postcss/issues"
},
"homepage": "https://github.com/zoubin/browserify-postcss#readme",
"dependencies": {
"cssify": "^1.0.2",
"postcss": "^6.0.0",
"resolve": "^1.1.6",
"sink-transform": "^2.0.0"
},
"devDependencies": {
"browserify": "^16.0.0",
"postcss-advanced-variables": "^2.3.1",
"postcss-custom-url": "^4.2.1",
"postcss-import": "^11.1.0",
"postcss-nested": "^3.0.0",
"standard": "*",
"tap-spec": "^4.1.1",
"tape": "^4.6.3",
"tape-run": "^3.0.4"
}
}