forked from Asmor/5e-monsters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.11 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
72
73
{
"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",
"angular-ui-router": "^0.3.2"
},
"devDependencies": {
"bardjs": "^0.1.8",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-csso": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-html-replace": "^1.6.2",
"gulp-if": "^2.0.2",
"gulp-inject": "^4.1.0",
"gulp-load-plugins": "^1.4.0",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate": "^2.0.0",
"gulp-order": "^1.1.1",
"gulp-replace": "^0.5.4",
"gulp-rev": "^7.1.2",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.3.2",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.7",
"http-server": "^0.9.0",
"jasmine-core": "^2.5.2",
"jasmine-sinon": "^0.4.0",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-jasmine-sinon": "^1.0.4",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "^1.0.5",
"node-sass": "^3.11.1",
"nodemon": "^1.11.0",
"sinon": "^1.17.6",
"wiredep": "^4.0.0",
"yargs": "^6.5.0"
},
"scripts": {
"prestart": "npm install",
"start": "http-server . -a localhost -p 8080 -c-1",
"gulp": "gulp",
"start-built": "http-server build -a localhost -p 8081 -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"
}