-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 997 Bytes
/
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
{
"name": "seemple-examples",
"version": "1.0.0",
"description": "Tiny Seemple.js examples",
"scripts": {
"test": "eslint . --ignore-pattern 'node_modules' --ignore-pattern 'vendor'",
"dev": "http-server -p 8034 -o -s",
"check-updates": "ncu",
"upgrade": "npm run check-updates -- --upgradeAll && npm install",
"compile-todomvc-docs": "docco --output ./todomvc/docs ./todomvc/js/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/finom/seemple-examples-and-tutorials.git"
},
"keywords": [
"seemple",
"seemplejs"
],
"author": "Andrey Gubanov",
"license": "MIT",
"bugs": {
"url": "https://github.com/finom/seemple-examples-and-tutorials/issues"
},
"homepage": "https://github.com/finom/seemple-examples-and-tutorials#readme",
"devDependencies": {
"docco": "^0.8.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"http-server": "^0.12.1",
"npm-check-updates": "^4.0.1"
}
}