-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (45 loc) · 1.01 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "nanoislands-check-call",
"version": "0.0.7",
"description": "Dummy checks to prevent XSS in nanoislands yate templates",
"main": "lib/checker.js",
"scripts": {
"test": "npm install nanoislands yate && jshint . && jscs . && mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/yandex-ui/nanoislands-check-nb-call.git"
},
"keywords": [
"nanoislands",
"yate"
],
"author": "Aleksei Androsov",
"license": "MIT",
"bugs": {
"url": "https://github.com/yandex-ui/nanoislands-check-nb-call/issues"
},
"homepage": "https://github.com/yandex-ui/nanoislands-check-nb-call",
"dependencies": {
"coa": "0.4.0",
"colors": "0.6.2",
"yate": "0.0.71"
},
"devDependencies": {
"chai": "1.8.x",
"istanbul": "0.2.x",
"jscs": "1.2.x",
"jshint": "2.4.x",
"mocha": "1.17.x"
},
"peerDependencies": {
"nanoislands": "*"
},
"bin": {
"nanoislands-check-call": "./bin/nb-check-call.js"
},
"files": [
"bin",
"lib"
]
}