-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 965 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
37
38
39
40
41
{
"name": "gretro",
"description": "Gretro is a JavaScript Graphic library for retro CG",
"version": "0.2.5",
"author": "Nao Yonamine <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/mohayonao/gretro.git"
},
"keywords": [
"graphics",
"vintage",
"retro"
],
"main": "index.js",
"scripts": {
"lint": "gulp lint",
"test": "gulp test",
"cover": "gulp cover",
"build": "gulp build",
"travis": "gulp travis"
},
"dependencies": {},
"devDependencies": {
"browserify": "^6.3.3",
"chai": "^1.10.0",
"coveralls": "^2.11.2",
"gretro-text": "^0.1.0",
"gulp": "^3.8.10",
"gulp-istanbul": "^0.5.0",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"jshint-stylish": "^1.0.0",
"png": "^3.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
}
}