-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.07 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
{
"name": "protomatter",
"version": "0.2.1",
"description": "A JavaScript object creation library featuring private properties and private methods.",
"main": "protomatter.js",
"scripts": {
"test": "./node_modules/testem/testem.js -l mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/whastings/protomatter.js.git"
},
"author": "Will Hastings",
"license": "MIT",
"bugs": {
"url": "https://github.com/whastings/protomatter.js/issues"
},
"homepage": "https://github.com/whastings/protomatter.js",
"keywords": [
"class",
"composition",
"concatenative",
"context",
"encapsulation",
"extend",
"inheritance",
"instances",
"JavaScript",
"mixin",
"object",
"privacy",
"prototype",
"prototypal",
"state",
"super"
],
"devDependencies": {
"sinon": "~1.12.2",
"testem": "~0.6.24",
"mocha": "~2.1.0",
"chai": "~1.10.0",
"gulp": "~3.8.10",
"gulp-mocha": "~2.0.0",
"gulp-uglify": "~1.0.2",
"gulp-jshint": "~1.9.0",
"gulp-rename": "~1.2.0"
}
}