UNPKG

958 BJSONView Raw
1{
2 "name": "event-kit",
3 "version": "1.0.0",
4 "description": "Simple library for implementing and consuming evented APIs",
5 "main": "./lib/event-kit",
6 "scripts": {
7 "prepublish": "grunt clean lint coffee shell:update-atomdoc atomdoc",
8 "test": "grunt test"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/atom/event-kit.git"
13 },
14 "bugs": {
15 "url": "https://github.com/atom/event-kit/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "http://github.com/atom/event-kit/raw/master/LICENSE.md"
21 }
22 ],
23 "dependencies": {
24 "grim": "^1.0.0"
25 },
26 "devDependencies": {
27 "coffee-cache": "^0.2.0",
28 "coffee-script": "^1.7.0",
29 "grunt": "^0.4.1",
30 "grunt-atomdoc": "^1.0.0",
31 "grunt-cli": "^0.1.8",
32 "grunt-coffeelint": "^0.0.6",
33 "grunt-contrib-coffee": "^0.9.0",
34 "grunt-shell": "^0.2.2",
35 "jasmine-focused": "^1.0.4",
36 "rimraf": "^2.2.2",
37 "temp": "^0.6.0"
38 }
39}