forked from mistic100/uEvent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 941 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 941 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "uevent",
"version": "1.0.0",
"description": "Event emitter micro library",
"main": "uevent.js",
"author": [
{
"name": "Jerome Etienne",
"homepage": "http://jetienne.com"
},
{
"name": "Damien \"Mistic\" Sorel",
"email": "contact@git.strangeplanet.fr",
"homepage": "http://www.strangeplanet.fr"
}
],
"keywords": [
"events",
"emitter"
],
"license": "MIT",
"homepage": "https://github.com/mistic100/uEvent",
"repository": {
"type": "git",
"url": "git://github.com/mistic100/uEvent.git"
},
"bugs": {
"url": "https://github.com/mistic100/uEvent/issues"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"jit-grunt": "^0.10.0",
"mocha": "^2.4.5",
"time-grunt": "^1.3.0"
},
"scripts": {
"test": "grunt test"
}
}