-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "postcss-strip-inline-comments",
"version": "0.1.5",
"description": "Strip inline comments using the postcss-scss parser",
"keywords": [
"css",
"postcss",
"postcss-syntax",
"comments",
"scss",
"sass"
],
"author": "Mummybot <[email protected]>",
"license": "MIT",
"repository": "mummybot/postcss-strip-inline-comments",
"dependencies": {
"babel-plugin-precompile-charcodes": "1.0.0",
"babel-plugin-add-module-exports": "0.1.2",
"babel-preset-es2015-loose": "7.0.0",
"babel-preset-stage-0": "6.5.0",
"babel-preset-es2015": "6.6.0",
"babel-core": "6.6.5",
"postcss": "^5.0.18"
},
"devDependencies": {
"babel-eslint": "5.0.0",
"chai": "3.5.0",
"chai-as-promised": "^5.2.0",
"del": "2.2.0",
"eslint": "2.2.0",
"eslint-config-postcss": "2.0.0",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-eslint": "2.0.0",
"gulp-json-editor": "2.2.1",
"gulp-mocha": "2.2.0",
"mocha": "2.4.5",
"postcss-parser-tests": "5.0.6",
"postcss-scss": "^0.1.7"
},
"scripts": {
"test": "gulp",
"build": "gulp build"
}
}