-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
39 lines (39 loc) · 983 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
38
39
{
"name": "ultron",
"version": "1.1.1",
"description": "Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design",
"main": "index.js",
"scripts": {
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"test": "istanbul cover -x test.js _mocha -- test.js",
"watch": "mocha --watch test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/primus/ultron"
},
"keywords": [
"Ultron",
"robot",
"gather",
"intelligence",
"event",
"events",
"eventemitter",
"emitter",
"cleanup"
],
"author": "Arnout Kazemier",
"license": "MIT",
"devDependencies": {
"assume": "~2.3.0",
"eventemitter3": "~5.0.0",
"istanbul": "0.4.x",
"mocha": "~5.2.0",
"pre-commit": "~1.2.0"
},
"bugs": {
"url": "https://github.com/primus/ultron/issues"
},
"homepage": "https://github.com/primus/ultron"
}