-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 844 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
{
"name": "bake-in",
"version": "0.6.2",
"description": "A Flexible inheritance module, where you can pick/omit attributes from the parents.",
"main": "index.js",
"scripts": {
"test": "mocha test/*.spec.coffee"
},
"repository": {
"type": "git",
"url": "https://github.com/Zaggen/bakeIn.git"
},
"keywords": [
"mixin",
"bakeIn",
"extend",
"multiple inheritance",
"sails.js",
"object composition",
"composable"
],
"author": "Zaggen/Lu Roman <[email protected]> (https://github.com/Zaggen)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Zaggen/bakeIn/issues"
},
"homepage": "https://github.com/Zaggen/bakeIn",
"dependencies": {
"lodash": "^3.8.0"
},
"devDependencies": {
"chai": "^2.3.0",
"coffee-script": "^1.9.3",
"mocha": "^2.2.5"
}
}