-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.68 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "brisky-base",
"version": "4.0.7",
"description": "Extendable object constructors, build for speed, low memory consumption and simplicity",
"main": "index.js",
"scripts": {
"test": "(ducktape; node test) | tap-difflet && standard",
"dev": "nodemon test | tap-difflet",
"dev-browser": "budo ./test/index.js -p 8080 --live",
"cover": "istanbul cover --report none --print detail test/index.js",
"perf-browser": "budo ./test/performance/index.js -p 8080 --live",
"travis": "npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0) && standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vigour-io/base.git"
},
"keywords": [
"class",
"prototype",
"base"
],
"dependencies": {
"brisky-is-empty": "^1.0.0",
"brisky-is-obj": "^1.0.2",
"brisky-stamp": "^1.5.6",
"bubleify": "0.5.1",
"define-configurable": "^1.0.2",
"monotonic-timestamp": "0.0.9"
},
"browserify": {
"transform": [
[
"bubleify"
]
]
},
"devDependencies": {
"brisky-is-removed": "^1.0.0",
"brisky-performance": "^1.3.2",
"budo": "^9.0.0",
"coveralls": "^2.11.9",
"ducktape": "^1.0.0",
"human-readable-ids": "^1.0.1",
"istanbul": "^0.4.3",
"nodemon": "^1.9.1",
"pre-commit": "^1.1.3",
"standard": "^8.1.0",
"string-natural-compare": "^2.0.1",
"tap-difflet": "0.6.0",
"tape": "4.6.0"
},
"author": "jim de beer",
"license": "ISC",
"bugs": {
"url": "https://github.com/vigour-io/base/issues"
},
"homepage": "https://github.com/vigour-io/base#readme",
"contributors": [
"Jim de Beer <jim@vigour.io>"
]
}