-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
43 lines (43 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
38
39
40
41
42
43
{
"name": "domquery",
"version": "3.0.0",
"description": "jQuery-like Handy DOM Manipulation Library",
"main": "index.js",
"scripts": {
"test": "browserify -d test.js | tape-run"
},
"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": {
"component-delegate": "0.2.2",
"discore-closest": "^0.1.3",
"dom-classes": "~0.0.0",
"dom-event": "~1.0.0",
"dom-select": "~1.1.1",
"dom-style": "~1.0.0",
"dom-tree": "~1.0.0",
"dom-value": "~1.0.1",
"format-text": "0.0.x",
"key-event": "~1.0.0",
"new-chain": "azer/new-chain",
"new-element": "~1.0.0",
"siblings": "^1.0.1",
"trim": "0.0.1"
},
"devDependencies": {
"browserify": "13.0.0",
"random-color": "azer/random-color",
"tape": "4.5.1",
"tape-run": "2.1.3"
}
}