-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
{
"name": "noscript-bosphorus",
"version": "1.0.2",
"description": "Плагин для noscript, позволяющий вызывать методы View и Model из yate",
"main": "noscript-bosphorus.js",
"scripts": {
"test": "make && ./node_modules/karma/bin/karma start"
},
"repository": {
"type": "git",
"url": "git://github.com/yandex-ui/noscript-bosphorus.git"
},
"keywords": [
"noscript",
"yate"
],
"author": "Aleksei Androsov <doochik@ya.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yandex-ui/noscript-bosphorus/issues"
},
"homepage": "https://github.com/yandex-ui/noscript-bosphorus",
"files": [
"noscript-bosphorus.externals.js",
"noscript-bosphorus.ns.js",
"noscript-bosphorus.js",
"noscript-bosphorus.yate"
],
"peerDependencies": {
"noscript": ">=0.4"
},
"devDependencies": {
"jquery": "1.11.0",
"karma": "0.12.x",
"karma-borschik-preprocessor": "~0.1.2",
"karma-mocha": "^0.1.3",
"karma-phantomjs-launcher": "~0.1.0",
"karma-sinon-chai": "0.1.x",
"mocha": "^1.18.2",
"noscript": ">=0.4",
"webpack": "^1.12.14",
"yate": "*"
}
}