-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 925 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
41
42
43
44
45
46
47
{
"name": "queried",
"version": "1.4.5",
"description": "Query selector CSS4 +",
"main": "css4.js",
"directories": {
"test": "test",
"lib": "lib"
},
"files": [
"lib",
"*.js"
],
"scripts": {
"test": "mochify"
},
"author": "Deema Ywanov <dfcreative@gmail.com>",
"license": "Unlicensed",
"dependencies": {
"arr-flatten": "^1.0.0",
"sliced": "0.0.5",
"array-unique": "^0.1.1",
"get-doc": "^1.0.0",
"get-uid": "^1.0.1",
"parenthesis": "^1.2.3",
"mutype": "^0.3.9",
"arrayify-compact": "^0.1.0"
},
"devDependencies": {
"dom-lite": "^0.2.0",
"require-stub": "^2.2.4",
"mocha": "~2.1.0",
"mochify": "^2.2.0",
"assert": "^1.3.0",
"chai": "^1.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dfcreative/queried"
},
"keywords": [
"querySelector",
"CSS4",
"Array",
"wrapper"
]
}