forked from mspkvp/tk7movespretty
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 987 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 987 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "toolassisted-tekken7-movelist-pretty",
"version": "1.0.0",
"description": "A pretty visual representation of toolassisted@github Tekken 7 movelists",
"main": "./js/scripts.js",
"scripts": {
"start": "cd other && gulp serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mspkvp/tk7movespretty.git"
},
"keywords": [
"tekken7",
"gaming",
"learning",
"html",
"css",
"js",
"design"
],
"author": "Mike Pinto <mikepinto.msp@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mspkvp/tk7movespretty/issues"
},
"homepage": "https://github.com/mspkvp/tk7movespretty#readme",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.18.13",
"connect": "^3.6.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.7.0",
"gulp-minify": "^1.0.0",
"gulp-sass": "^3.1.0",
"sass": "^1.0.0-beta.2",
"serve-static": "^1.12.3",
"xml2js": "^0.4.17"
}
}