-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 909 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
38
39
40
{
"name": "css-path",
"version": "1.0.3",
"description": "Get the unique css-path to a DOM-element",
"main": "css-path.js",
"dependencies": {
"trim": "0.0.1"
},
"devDependencies": {
"global": "^4.2.1",
"tape": "^2.13.4",
"zuul": "^1.10.1"
},
"scripts": {
"test": "zuul -- test.js"
},
"testling": {
"files": "test.js",
"browsers": [
"ie/9..latest",
"chrome/latest",
"firefox/latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6",
"android-browser/latest"
]
},
"author": "David Björklund <david.bjorklund@gmail.com> (http://davidbjorklund.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/micnews/css-path.git"
},
"bugs": {
"url": "https://github.com/micnews/css-path/issues"
},
"homepage": "https://github.com/micnews/css-path"
}