forked from yandex-ui/nanoislands
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.35 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
{
"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": "0.1.28",
"homepage": "http://yandex-ui.github.io/nanoislands/",
"repository": {
"type": "git",
"url": "git://github.com/yandex-ui/nanoislands.git"
},
"dependencies": {
"es5-shim": "2.1.0",
"stylobate": "0.19.x",
"stylobate-islands": "0.18.x"
},
"devDependencies": {
"yate": "0.0.64",
"borschik": "0.4.x",
"autoprefixer": "0.7.x",
"stylus": "0.41.x",
"csso": "1.3.x",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-jshint": "*",
"grunt-mocha-phantomjs": "*",
"grunt-jscs-checker": "~0.3.0",
"mocha-phantomjs": "*",
"phantomjs": "*",
"sinon": "*",
"jscs": "1.0.11",
"expect.js": "*"
},
"engines": {
"node": "*"
},
"files": [
"blocks",
"libs",
"demo",
"nanoislands.js",
"nanoislands.yate",
"nanoislands.styl",
"nanoislands.css",
"nanoislands.ie.css",
"externals.yate.js"
],
"scripts": {
"test": "make all && grunt"
}
}