-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
73 lines (73 loc) · 1.75 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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"author": {
"name": "Vadim Patsev",
"email": "[email protected]",
"url": "https://github.com/basvasilich"
},
"name": "nanoislands",
"description": "Yate/Stylus/jQuery-UI library for Yandex corporate style",
"version": "1.0.17",
"licence": "MIT",
"homepage": "http://yandex-ui.github.io/nanoislands/",
"repository": {
"type": "git",
"url": "git://github.com/yandex-ui/nanoislands.git"
},
"dependencies": {
"yate": "0.0.x",
"es5-shim": "4.0.5",
"stylobate": "1.0.0-alpha.20",
"stylobate-islands": "1.0.0-alpha.29"
},
"devDependencies": {
"borschik": "0.4.x",
"autoprefixer": "5.1.x",
"stylus": "0.52.x",
"csso": "1.3.x",
"load-grunt-tasks": "~0.2.x",
"grunt": "~0.4.x",
"grunt-cli": "~0.1.x",
"grunt-contrib-jshint": "*",
"grunt-jscs-checker": "~0.4.x",
"grunt-karma": "~0.7.x",
"jscs": "1.0.x",
"mocha": "~1.17.0",
"expect.js": "*",
"sinon": "*",
"karma": "~0.12.x",
"karma-mocha": "~0.1.x",
"karma-sinon-expect": "~0.1.x",
"karma-borschik-preprocessor": "~0.1.x",
"karma-yate-preprocessor": "~0.1.x",
"karma-phantomjs-launcher": "~0.1.x",
"karma-firefox-launcher": "~0.1.x",
"grunt-contrib-watch": "*",
"grunt-shell": "*",
"dox": "0.4.x",
"concat-stream": "1.4.x",
"marked": "0.3.x",
"express": "*",
"phantomcss": "*"
},
"engines": {
"node": "*"
},
"files": [
"blocks",
"libs",
"demo",
"docs",
"react.nanoislands.js",
"react.nanoislands.min.js",
"nanoislands.js",
"nanoislands.yate",
"nanoislands.styl",
"nanoislands.css",
"nanoislands.ie.css",
"externals.yate.js"
],
"scripts": {
"test": "grunt test",
"start": "grunt watch_make"
}
}