-
Notifications
You must be signed in to change notification settings - Fork 116
/
package.json
43 lines (43 loc) · 1.03 KB
/
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": "Voyeur",
"private": true,
"version": "0.4.0",
"description": "Voyeur is a tiny (1.2kb) Javascript library that lets you traverse and manipulate the DOM the way it should have been.",
"homepage": "http://dunxrion.github.io/voyeur.js/",
"github": "https://github.com/dunxrion/voyeur.js",
"keywords": [
"traverse",
"DOM"
],
"author": {
"name": "Adrian Cooney",
"email": "[email protected]"
},
"main": "Voyeur.js",
"filename": "Voyeur.min.js",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-jshint": "~0.6.0",
"grunt-bumpup": "*",
"grunt-release": "*"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com:dunxrion/voyeur.js.git"
},
"bugs": "https://github.com/dunxrion/dunxrion/issues",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/dunxrion/voyeur.js/master/LICENCE"
}
],
"engines": {
"node": ">=0.8.0"
}
}