forked from pencil-js/pencil.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 820 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
33
34
35
36
37
{
"name": "@pencil.js/base-event",
"version": "1.3.1",
"description": "Basic event for Pencil.js package.",
"main": "base-event.js",
"files": [],
"scripts": {
"test": "nyc --require esm --reporter=text ava"
},
"ava": {
"require": [
"esm",
"../../test/helpers/browser-env-setup.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/GMartigny/pencil.js.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"pencil.js",
"event"
],
"author": "Guillaume Martigny <[email protected]> (https://www.guillaume-martigny.fr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/GMartigny/pencil.js/issues"
},
"devDependencies": {
"ava": "^0.25.0",
"esm": "^3.0.81",
"nyc": "^13.0.1"
}
}