forked from glacials/whatsinstandard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
{
"name": "whatsinstandard",
"version": "0.0.1",
"engines": {
"node": "10.1.0"
},
"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": "./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",
"http-server": "^0.11.1",
"lint": "^1.1.2",
"mocha": "^5.2.0",
"requirejs": "^2.3.6",
"supervisor": "^0.9.1"
},
"dependencies": {
"bootstrap": "^4.1.3",
"bootstrap-vue": "^2.0.0-rc.11",
"keyrune": "^3.3.3",
"moment": "^2.22.2",
"node": "^10.11.0",
"npm-font-open-sans": "^1.1.0",
"popper.js": "^1.14.4",
"sw-precache": "^5.2.1",
"underscore": "^1.9.1",
"vue": "^2.5.17",
"vue-tippy": "^2.0.19"
}
}