forked from yandex-ui/noscript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.5 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"author": {
"name": "Sergey Nikitin",
"email": "nik.pasaran@gmail.com",
"url": "https://github.com/pasaran"
},
"name": "noscript",
"description": "JavaScript MVC framework",
"version": "0.8.13",
"homepage": "https://github.com/yandex-ui/noscript",
"repository": {
"type": "git",
"url": "git://github.com/yandex-ui/noscript.git"
},
"bugs": {
"url": "https://github.com/yandex-ui/noscript/issues"
},
"license": "MIT",
"dependencies": {
"nommon": "0.0.32",
"vow": "0.3.13"
},
"main": "./dist/noscript.module.js",
"browser": "./dist/noscript.min.js",
"devDependencies": {
"borschik": "0.4.x",
"chai": "*",
"jquery": "1.11.0",
"jsdom": "^7.0.0",
"jscs": "1.0.11",
"jshint": "^2.8.0",
"karma": "0.13.x",
"karma-borschik-preprocessor": "~0.1.2",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "~0.2.0",
"karma-sinon-chai": "^0.1.5",
"mocha": "^2.3.0",
"nock": "0.36.2",
"phantomjs": "^1.9",
"sinon": "*",
"request": "2.36.x",
"yate": "*",
"mutationobserver-shim": "~0.2.8",
"sinon-chai": "^2.8.0"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"files": [
"css",
"dist",
"src/*.js",
"yate",
"build/src.client.js"
],
"scripts": {
"test": "make test"
}
}