-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 998 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
{
"name": "posthtml-extend-attrs",
"version": "1.0.0",
"description": "Extend HTML attrs with CSS to SVG attrs",
"keywords": [
"posthtml"
],
"dependencies": {
"object-assign": "^4.0.1",
"posthtml-match-helper": "^1.0.1"
},
"peerDependencies": {},
"devDependencies": {
"chai": "^3.0.0",
"jscs": "^2.5.1",
"jscs-protein": "git://github.com/theprotein/jscs-protein.git#1d22e08ca767958a95b79f3bad6449fb2fa9f496",
"jshint": "^2.8.0",
"mocha": "^2.2.5",
"posthtml": "^0.7.0"
},
"main": "index.js",
"scripts": {
"test": "npm run jshint && npm run jscs && npm run mocha",
"mocha": "mocha ./test/",
"jshint": "jshint .",
"jscs": "jscs ."
},
"repository": {
"type": "git",
"url": "git://github.com/theprotein/posthtml-extend-attrs.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/theprotein/posthtml-extend-attrs/issues"
},
"homepage": "https://github.com/theprotein/posthtml-extend-attrs"
}