forked from glacials/whatsinstandard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.32 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
{
"name": "whatsinstandard",
"version": "1.0.0",
"engines": {
"node": "12.16.3"
},
"license": "MIT",
"homepage": "https://github.com/glacials/whatsinstandard",
"bugs": "https://github.com/glacials/whatsinstandard/issues",
"people": {
"author": {
"name": "Ben Carlsson",
"email": "[email protected]"
}
},
"repository": {
"type": "git",
"url": "https://github.com/glacials/whatsinstandard.git"
},
"scripts": {
"autotest": "./node_modules/.bin/supervisor -q -n exit -x ./node_modules/.bin/mocha -- -b",
"test": "npm i && ./node_modules/mocha/bin/mocha",
"prepare": "./node_modules/node/bin/node api/generate.js && ./node_modules/sw-precache/cli.js --config js/sw-precache-config.js",
"start": "http-server -o -c-1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-json-schema": "^1.5.1",
"chai-url": "^1.0.4",
"http-server": "^0.11.1",
"lint": "^1.1.2",
"mocha": "^5.2.0",
"requirejs": "^2.3.6",
"supervisor": "^0.9.1"
},
"dependencies": {
"bootstrap": "^4.4.1",
"jquery": "^3.5.0",
"keyrune": "^3.6.6",
"moment": "^2.24.0",
"node": "^10.15.3",
"npm-font-open-sans": "^1.1.0",
"popper.js": "^1.15.0",
"sw-precache": "^5.2.1",
"underscore": "^1.9.1",
"vue": "^2.6.10",
"vue-tippy": "^2.1.2"
}
}