forked from fantasycalendar/scaled-encounters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.04 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "5e-monsters",
"version": "1.0.0",
"description": "Kobold Fight Club =================",
"main": "index.html",
"dependencies": {
"angular": "^1.5.9",
"angular-local-storage": "^0.5.0",
"angular-touch": "^1.5.9",
"@uirouter/angularjs": "^0.3.2"
},
"devDependencies": {
"ansi-colors": "^4.1.1",
"bardjs": "^0.1.8",
"del": "^6.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-angular-templatecache": "^3.0.0",
"gulp-csso": "^4.0.1",
"gulp-cli": "^2.3.0",
"gulp-filter": "^7.0.0",
"gulp-if": "^3.0.0",
"gulp-inject": "^5.0.5",
"gulp-htmlmin": "^5.0.1",
"gulp-order": "^1.1.1",
"gulp-replace": "^1.1.3",
"gulp-rev": "^9.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^5.0.0",
"gulp-task-listing": "^1.1.0",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^5.0.0",
"http-server": "^13.0.1",
"jasmine-core": "^3.9.0",
"jasmine-sinon": "^0.4.0",
"karma": "^6.3.4",
"karma-cli": "^2.0.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.1",
"karma-jasmine": "^4.0.1",
"karma-jasmine-sinon": "^1.0.4",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "^1.0.5",
"karma-spec-reporter": "0.0.32",
"sass": "^1.38.1",
"sinon": "^11.1.2",
"yargs": "^17.1.1"
},
"scripts": {
"prestart": "npm install",
"start": "http-server . -a localhost -p 8080 -c-1",
"gulp": "gulp",
"start-built": "http-server docs -a localhost -p 8080 -c-1",
"gulp-dev": "gulp --dev",
"build": "gulp optimize",
"watch-css": "gulp sass-watcher",
"test": "karma start karma.conf.js",
"test-single": "karma start karma.conf.js --single-run",
"watch-html": "nodemon -e html -x \"gulp template-cache\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/jbarzilai/5e-monsters.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jbarzilai/5e-monsters/issues"
},
"homepage": "https://github.com/jbarzilai/5e-monsters#readme"
}