-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 969 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 969 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
40
41
42
43
44
45
46
{
"description": "BEM wrapper for promised-models",
"name": "bem-promised-models",
"version": "1.1.8",
"repository": "git@github.com:bem-node/bem-promised-models.git",
"keywords": [
"BEM",
"node",
"promised",
"vow",
"models",
"collections"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/enb-make/enb/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 0.10"
},
"files": [
"blocks/promised-models/",
"lib/"
],
"scripts": {
"postinstall": "node lib/browserify.js",
"test": "./test.sh",
"start": "node test.app/app/app.server.js --socket 3000"
},
"dependencies": {
"browserify": "16.2.3",
"literalify": "0.4.0",
"promised-models2": "1.1.4"
},
"devDependencies": {
"bem-node": "0.9.6",
"chai": "2.3.0",
"enb": "0.8.48",
"enb-bemhtml": "0.2.1",
"mocha": "2.2.5",
"mocha-phantomjs": "3.5.3",
"phantomjs": "1.9.17"
}
}