forked from mykolaharmash/promised-models
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 841 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 841 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
{
"description": "promise based, typed attributes, nested models and collections",
"name": "promised-models3",
"version": "1.1.4",
"repository": "git@github.com:bem-node/promised-models.git",
"keywords": [
"models",
"collections",
"promise",
"nested",
"typed",
"backbone"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/enb-make/enb/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 0.10"
},
"scripts": {
"test": "./node_modules/.bin/mocha -u bdd -R spec test"
},
"main": "lib/model",
"devDependencies": {
"chai": "2.3.0",
"mocha": "2.2.4"
},
"dependencies": {
"eventemitter3": "1.1.0",
"inherit": "2.2.2",
"vow-with-domain": "git+https://github.com/bem-node/vow-with-domain#55d9b4faceac49362726460cdc3c3664614c5cd1"
}
}