-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.26 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.26 KB
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
{
"name": "clever-class",
"description": "Lightning-fast flexible class prototype",
"version": "1.0.0",
"license": "MIT",
"main": "index",
"author": {
"name": "CleverStack",
"email": "admin@cleverstack.io",
"url": "http://cleverstack.io"
},
"collaborators": [
"Richard Gustin <richard.gustin86@gmail.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/CleverStack/clever-class.git"
},
"bugs": {
"url": "https://github.com/CleverStack/clever-class/issues"
},
"scripts": {
"test": "grunt test:unit"
},
"dependencies": {
"babel": "^5.5.3",
"dottie": "^1.1.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-babel": "^5.0.3",
"load-grunt-tasks": "^3.3.0"
},
"keywords": [
"class",
"prototypical",
"inheritance",
"es6",
"cleverstack"
],
"gitHead": "0a3d4e18f0416846003dbff2f9aa7e052756a35f",
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/CleverStack/clever-class#readme",
"_id": "clever-class@1.0.0",
"_shasum": "e75ed52fbb5eafbfcc790e9627e4beaf8c7c3a57",
"_from": "cleverstack/clever-class",
"_resolved": "git://github.com/cleverstack/clever-class.git#0a3d4e18f0416846003dbff2f9aa7e052756a35f"
}