-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.15 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
{
"name": "jquery.sizespy",
"author": {
"email": "[email protected]",
"name": "Onur Guengoeren",
"url": "http://www.louis.info"
},
"dependencies": {
"jquery": ">=1.5.1"
},
"description": "Renders debug span on matching elements with information about current size",
"devDependencies": {
"grunt": "^1.4.0",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-jscs": "^3.0.1",
"grunt-karma": "^4.0.0",
"jscs": "^3.0.7",
"karma": "^6.3.2",
"karma-firefox-launcher": "^0.1.6",
"karma-phantomjs-launcher": "^1.0.4",
"karma-qunit": "^0.1.5",
"phantomjs": "^1.9.18",
"qunitjs": "^1.19.0"
},
"homepage": "http://www.louis.info",
"keywords": [
"jquery-plugin",
"jquery",
"boilerplate",
"plugins"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:LOUISINTERNET/jquery-sizespy.git"
},
"scripts": {
"jscs": "jscs src",
"test": "npm run jscs && grunt travis --verbose"
},
"version": "0.2.0"
}