-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 793 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 793 Bytes
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
{
"name": "micro-machines",
"version": "1.0.0",
"description": "HTML5 Micro Machines --",
"main": "index.js",
"scripts": {
"bundle": "browserify src/ -o dist/js/micro-machines.js",
"watch": "watchify src/ -o dist/js/micro-machines.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kslat3r/micro-machines.git"
},
"author": "Ed Kelly",
"license": "MIT",
"bugs": {
"url": "https://github.com/kslat3r/micro-machines/issues"
},
"homepage": "https://github.com/kslat3r/micro-machines#readme",
"devDependencies": {
"browserify": "^16.2.2",
"eslint-config-semistandard": "^12.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-standard": "^3.1.0",
"semistandard": "^12.0.1",
"watchify": "^3.11.0"
}
}