forked from paperjs/paperjs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 857 Bytes
/
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
{
"name": "paperjs.org",
"version": "0.12.17",
"description": "The source of the Paper.js website http://paperjs.org, translated to the static pages in https://github.com/paperjs/paperjs.github.io by running it through https://github.com/studiomoniker/woods",
"license": "MIT",
"homepage": "http://paperjs.org",
"repository": {
"type": "git",
"url": "git://github.com/paperjs/paperjs.org"
},
"bugs": "https://github.com/paperjs/paperjs.org/issues",
"contributors": [
"Jürg Lehni <[email protected]> (http://scratchdisk.com)",
"Jonathan Puckey <[email protected]> (http://studiomoniker.com)"
],
"scripts": {
"dev": "woods .",
"build": "woods . --export ../paperjs.github.io"
},
"dependencies": {
"he": "^1.1.1",
"marks": "^1.1.1",
"paragraphs": "^1.0.0",
"woods": "^0.1.2"
}
}