forked from ethb3rlin/2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
135 lines (135 loc) · 3.15 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"_from": "paper",
"_id": "paper@0.12.0",
"_inBundle": false,
"_integrity": "sha512-J4IgSo9g5hdwqEWJOIrl5l0wu2D4JgJmQ/8c/SO7rLKB5POrT5yxWJmXJJ13s2aIQf/Mx9mlCa866BEpvN+gKw==",
"_location": "/paper",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "paper",
"name": "paper",
"escapedName": "paper",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/paper/-/paper-0.12.0.tgz",
"_shasum": "37397312fda5d0aca057a5735e5eeb631ff5baa4",
"_spec": "paper",
"_where": "/Users/macbook/Documents/Lesson/paper",
"browser": {
"canvas": false,
"jsdom": false,
"jsdom/lib/jsdom/living/generated/utils": false,
"source-map-support": false,
"./dist/node/self.js": false,
"./dist/node/extend.js": false
},
"bugs": {
"url": "https://github.com/paperjs/paper.js/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jürg Lehni",
"email": "juerg@scratchdisk.com",
"url": "http://scratchdisk.com"
},
{
"name": "Jonathan Puckey",
"email": "jonathan@studiomoniker.com",
"url": "http://studiomoniker.com"
}
],
"deprecated": false,
"description": "The Swiss Army Knife of Vector Graphics Scripting",
"devDependencies": {
"acorn": "~0.5.0",
"canvas": "^1.3.5",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.0",
"gulp-git-streamed": "^2.8.1",
"gulp-jshint": "^2.0.0",
"gulp-json-editor": "^2.2.1",
"gulp-prepro": "^2.4.0",
"gulp-qunits": "^2.1.1",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-symlink": "^2.1.4",
"gulp-uglify": "^1.5.4",
"gulp-uncomment": "^0.3.0",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1",
"gulp-whitespace": "^0.1.0",
"gulp-zip": "^3.2.0",
"husky": "^0.11.4",
"jsdom": "^9.4.0",
"jshint": "^2.9.2",
"jshint-summary": "^0.4.0",
"merge-stream": "^1.0.0",
"minimist": "^1.2.0",
"prepro": "^2.4.0",
"qunitjs": "^1.23.0",
"require-dir": "^0.3.0",
"resemblejs": "^2.2.1",
"run-sequence": "^1.2.2",
"source-map-support": "^0.4.0",
"stats.js": "0.16.0",
"straps": "^3.0.1"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"AUTHORS.md",
"CHANGELOG.md",
"dist/",
"examples/",
"LICENSE.txt",
"README.md"
],
"homepage": "http://paperjs.org",
"keywords": [
"vector",
"graphic",
"graphics",
"2d",
"geometry",
"bezier",
"curve",
"curves",
"path",
"paths",
"canvas",
"svg",
"paper",
"paper.js",
"paperjs"
],
"license": "MIT",
"main": "dist/paper-full.js",
"name": "paper",
"repository": {
"type": "git",
"url": "git+https://github.com/paperjs/paper.js.git"
},
"scripts": {
"build": "gulp build",
"dist": "gulp dist",
"docs": "gulp docs",
"jshint": "gulp jshint",
"load": "gulp load",
"precommit": "gulp jshint --branch develop",
"prepush": "gulp test --branch develop",
"test": "gulp test",
"zip": "gulp zip"
},
"version": "0.12.0"
}