forked from atom/event-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 762 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 762 Bytes
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
{
"name": "event-kit",
"version": "2.5.3",
"description": "Simple library for implementing and consuming evented APIs",
"main": "./dist/event-kit",
"scripts": {
"prepublish": "babel lib --out-dir dist --presets @babel/env && joanna-tello -o api.json package.json lib",
"test": "jasmine-focused --captureExceptions --forceexit spec"
},
"repository": {
"type": "git",
"url": "https://github.com/atom/event-kit.git"
},
"bugs": {
"url": "https://github.com/atom/event-kit/issues"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"jasmine-focused": "^1.0.4",
"joanna": "0.0.11",
"rimraf": "^2.2.2",
"temp": "^0.6.0"
}
}