-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
42
43
44
45
46
{
"name": "fis3-postprocessor-postcss",
"version": "0.2.0",
"description": "fis3 postcss",
"main": "index.js",
"scripts": {
"test": "mocha tests",
"pub": "npm publish --registry https://registry.npmjs.com/",
"commitmsg": "validate-commit-msg",
"precommit": "npm t"
},
"config": {
"validate-commit-msg": {
"helpMessage": "commit 格式请参考 https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/jiangyuan/fis3-postprocessor-postcss.git"
},
"keywords": [
"postcss",
"autoprefixer",
"fis3"
],
"author": "jero",
"license": "ISC",
"bugs": {
"url": "https://github.com/jiangyuan/fis3-postprocessor-postcss/issues"
},
"homepage": "https://github.com/jiangyuan/fis3-postprocessor-postcss#readme",
"devDependencies": {
"chai": "^3.5.0",
"fis-parser-node-sass": "^0.2.1",
"fis3": "^3.4.22",
"husky": "^0.11.7",
"mocha": "^3.0.2",
"postcss-cssnext": "^2.8.0",
"postcss-safe-parser": "^2.0.0",
"validate-commit-msg": "^2.8.0"
},
"dependencies": {
"autoprefixer": "^6.4.1",
"postcss": "^5.1.2"
}
}