forked from enyo/opentip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.34 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "opentip",
"version": "2.4.6",
"description": "Free opensource tooltip class.",
"keywords": [ "tooltip" ],
"homepage": "http://www.opentip.org",
"main": "./index.js",
"maintainers": [
{
"name": "Matias Meno",
"email": "[email protected]",
"web": "http://www.matiasmeno.com"
}
],
"contributors": [
{
"name": "Matias Meno",
"email": "[email protected]",
"web": "http://www.matiasmeno.com"
}
],
"bugs": {
"mail": "[email protected]"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/enyo/opentip.git"
}
],
"scripts": {
"test": "node_modules/mocha-phantomjs/bin/mocha-phantomjs test/test.html"
},
"dependencies": {
"qwery": "3.x",
"domready": "0.x",
"bean": "0.x",
"bonzo": "1.x",
"reqwest": "0.x",
"jquery": ">=1.7.0 <4.0.0"
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-stylus": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-coffee": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-clean": "*",
"grunt-curl": "*",
"mocha": "*",
"expect.js": "*",
"mocha-phantomjs": "*",
"uglify-js2": "*",
"request": "*"
},
"ender": "noop"
}