-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 887 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 887 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
{
"name": "super",
"version": "0.2.3",
"description": "Extend everything.",
"keywords": [
"extend",
"inherits",
"super",
"clone"
],
"author": "Veselin Todorov <hi@vesln.com>",
"devDependencies": {
"mocha": "*",
"chai": "*",
"component": "~0.18.0",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.1",
"karma-html2js-preprocessor": "~0.1.0",
"karma-firefox-launcher": "~0.1.2",
"requirejs": "~2.1.9",
"karma-requirejs": "~0.2.0",
"karma-phantomjs-launcher": "~0.1.1",
"karma": "~0.10.8",
"karma-mocha": "~0.1.1",
"istanbul": "~0.1.46"
},
"repository": {
"type": "git",
"url": "http://github.com/vesln/super.git"
},
"homepage": "http://github.com/vesln/super",
"scripts": {
"test": "make test"
},
"main": "./lib/super",
"engines": {
"node": ">= 0.6.0"
}
}