forked from caleb531/jcanvas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "jcanvas",
"title": "jCanvas",
"description": "jCanvas brings jQuery's powerful syntax and capability to the HTML5 canvas. Quickly create canvas-based apps that can utilize layers, animations, events, and much more. jCanvas works on all modern browsers and platforms, including iOS and Android.",
"version": "20.1.4",
"main": "dist/jcanvas.js",
"scripts": {
"lint": "eslint dist/*.js"
},
"homepage": "https://projects.calebevans.me/jcanvas/",
"author": "Caleb Evans",
"repository": {
"type": "git",
"url": "git+https://github.com/caleb531/jcanvas.git"
},
"keywords": [
"canvas",
"html5",
"jquery",
"events",
"animation",
"jquery-plugin"
],
"bugs": {
"url": "https://github.com/caleb531/jcanvas/issues"
},
"licenses": "MIT",
"dependencies": {
"jquery": "^2.2.4"
},
"devDependencies": {
"eslint": "^3.19.0",
"grunt": "^1.0.1",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "^1.0.0",
"qunitjs": "^1.23.0"
}
}