-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 840 Bytes
/
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
{
"name": "hoones",
"version": "1.0.0",
"description": "NES Emulator made on javascript.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server ./target",
"build": "gulp build",
"clean": "gulp clean",
"watch": "gulp watch",
"package": "gulp"
},
"devDependencies": {
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-tar": "^1.9.0",
"http-server": "^0.9.0",
"run-sequence": "^1.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hkamran/Hoones.git"
},
"keywords": [
"NES",
"Emulator",
"Javascript"
],
"author": "hkamran490@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/hkamran/Hoones/issues"
},
"homepage": "https://github.com/hkamran/Hoones#readme"
}