-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 845 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 845 Bytes
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
{
"name": "postcss-dom-module",
"version": "1.0.0-beta",
"description": "PostCSS plugin to turn CSS files into Polymer dom-modules",
"main": "index.js",
"scripts": {
"test": "make -j && tap tests/*.es5.js",
"babel": "babel"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Firefund/postcss-dom-module.git"
},
"keywords": [
"Polymer",
"external",
"CSS"
],
"author": "dotnetCarpenter",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Firefund/postcss-dom-module/issues"
},
"homepage": "https://github.com/Firefund/postcss-dom-module#readme",
"dependencies": {
"postcss": "^5.0.21"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.10.3",
"eol": "^0.2.0",
"tap": "^5.7.3"
}
}