-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 732 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 732 Bytes
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": "jquery-easing",
"title": "jquery-easing",
"version": "0.0.1",
"description": "node wrapper for jQuery Easing plugin by George McGinley Smith",
"main": "dist/jquery.easing.1.3.umd.js",
"scripts": {
"//": "use '|| true' to prevent warning",
"build": "npm install && grunt",
"test": "echo \"Error: no test specified\" && exit 1",
"jshint": "grunt jshint"
},
"repository": {
"type": "git",
"url": "https://github.com/viskin/jquery-easing.git"
},
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"jquery": "*"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-umd": "^2.3.3"
}
}