-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.33 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
{
"name": "screen-roller",
"version": "0.0.0",
"description": "jQuery-плагин для полноэкранного просмотра слайдов с возможностью переключения в стандартый режим отображения сайта (для маленьких экранов).",
"main": "screen-roller.js",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"lint": "eslint --fix lib",
"precommit": "eslint --fix lib && webpack && git add screen-roller.js && git add screen-roller.css"
},
"repository": {
"type": "git",
"url": "[email protected]/Promo/screen-roller.git"
},
"keywords": [
"fullpage"
],
"author": "Ruslan Krohin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Promo/screen-roller/issues"
},
"homepage": "https://github.com/Promo/screen-roller#readme",
"devDependencies": {
"css-loader": "^0.23.1",
"eslint": "^2.11.0",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.3.1",
"eslint-plugin-standard": "^1.3.2",
"extract-text-webpack-plugin": "^1.0.1",
"husky": "^0.11.4",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}