-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "spa-component-list",
"version": "1.0.2",
"description": "Base list implementation.",
"author": {
"name": "Stanislav Kalashnik",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/spasdk/component-list.git"
},
"scripts": {
"sass": "node-sass --indent-width 4 --include-path ../../.. sass/develop.scss css/develop.css && node-sass --indent-width 4 --include-path ../../.. sass/release.scss css/release.css",
"lint": "eslint --ignore-pattern '/docs/' .",
"test": "npm run lint",
"jsdoc": "jsdoc --destination docs *.js readme.md"
},
"dependencies": {
"spa-component": "^1.5.0",
"spa-keys": "^1.4.1"
},
"devDependencies": {
"jsdoc": "^3.5.5",
"spa-eslint": "^1.0.0"
},
"keywords": [
"spa",
"sdk",
"spasdk",
"framework",
"visual",
"component",
"list"
],
"license": "MIT"
}