-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.13 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
{
"name": "fugaescorregadia",
"version": "0.7.1",
"description": "Jogo de labirinto / Labyrinth game",
"main": "index.js",
"scripts": {
"start": "npx parcel src/entry-points.html --no-cache",
"test": "npx parcel build src/unit-int-test-node.coffee --no-cache --no-minify && npx mocha dist/unit-int-test-node*.js",
"build": "npx parcel build src/index.html --public-url=.",
"deploy": "cp scripts/deploy.sh /tmp/deploy.sh && bash /tmp/deploy.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awvalenti/fugaescorregadia.git"
},
"keywords": [
"jogo",
"labirinto",
"game",
"labyrinth"
],
"author": "Andre Willik Valenti <awvalenti@gmail.com>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/awvalenti/fugaescorregadia/issues"
},
"homepage": "https://github.com/awvalenti/fugaescorregadia#readme",
"dependencies": {},
"devDependencies": {
"babel-polyfill": "^6.26.0",
"coffeescript": "^2.4.1",
"mocha": "^6.2.2",
"parcel-bundler": "^1.12.4",
"posthtml-modules": "^0.4.2",
"semver": "^6.0.0",
"should": "^13.2.3"
}
}