forked from npm-dom/domquery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 889 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
{
"name": "domquery",
"version": "1.2.0",
"description": "jQuery-like Handy DOM Manipulation Library",
"main": "index.js",
"scripts": {
"test": "node test -b"
},
"repository": {
"url": "[email protected]:npm-dom/domquery.git",
"type": "git"
},
"keywords": [
"dom",
"browser",
"npm-dom",
"jquery"
],
"author": "Azer Koçulu <[email protected]>",
"license": "BSD",
"dependencies": {
"new-chain": "0.0.x",
"format-text": "0.0.x",
"dom-event": "0.0.x",
"key-event": "0.0.x",
"trim": "0.0.1",
"dom-classes": "0.0.x",
"dom-tree": "0.0.x",
"new-element": "0.0.x",
"dom-select": "0.0.x",
"dom-style": "0.0.x",
"dom-value": "0.0.0",
"component-delegate": "0.2.2",
"discore-closest": "^0.1.3",
"siblings": "^1.0.1"
},
"devDependencies": {
"prova": "*",
"random-color": "*"
}
}