forked from bigskysoftware/intercooler-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 2.25 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
{
"name": "intercooler",
"version": "0.9.7",
"description": "Making AJAX as easy as anchor tags",
"homepage": "http://intercoolerjs.org",
"author": {
"name": "LeadDyno, LLC",
"url": "http://www.leaddyno.com"
},
"keywords": [
"ajax",
"anchor",
"attribute"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/LeadDyno/intercooler-js"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-regex-replace": "~0.2.7"
}
}