forked from jakubfiala/atrament
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 829 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
27
28
29
30
31
32
{
"name": "atrament",
"version": "0.1.0",
"description": "Tiny JS library for beautiful drawing and handwriting on the HTML Canvas",
"main": "index.js",
"scripts": {
"test": "jasmine",
"build": "babel src --presets es2015 | uglifyjs - --o dist/atrament.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jakubfiala/atrament.js.git"
},
"keywords": [
"canvas",
"drawing",
"handwriting",
"graphics"
],
"author": "Jakub Fiala",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/jakubfiala/atrament.js/issues"
},
"homepage": "https://github.com/jakubfiala/atrament.js#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"uglify-js": "^2.6.2"
}
}