forked from frederickk/folio.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent.json
executable file
·49 lines (49 loc) · 1.03 KB
/
component.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
{
"name": "folio.js",
"filename": "folio",
"version": "0.7.4.",
"author": {
"name": "Ken Frederick",
"url": "http://blog.kennethfrederick.de/"
},
"homepage": "https://github.com/frederickk/folio.js/",
"main": "./distribution/paper.folio.js",
"repository": {
"type": "git",
"url": "git://github.com/frederickk/folio.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"dependencies": {
"paper.js": "git://github.com/paperjs/paper.js.git"
},
"ignore": [
"**/.*",
"node_modules",
"components",
"bower_components",
"test",
"tests"
],
"authors": [
"Ken Frederick"
],
"description": "A library for use with Paper.js (http://paperjs.org/) and Scriptographer (http://scriptographer.org/)",
"keywords": [
"\"paperjs\"",
"\"scriptographer\"",
"\"javascript\"",
"\"library\"",
"\"generative\"",
"\"tools\"",
"\"design\"",
"\"svg\"",
"\"html\""
],
"license": "MIT",
"private": true
}