-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.18 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
39
40
41
42
43
44
45
{
"name": "anitomyscript",
"version": "2.0.4",
"description": "Pure JavaScript bindings for Anitomy, ported with emscripten",
"main": "index.js",
"scripts": {
"test": "mocha test/*.spec.js",
"build": "cross-env NODE_ENV=prod gulp",
"build:dev": "cross-env NODE_ENV=dev gulp"
},
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/skiptirengu/anitomyscript.git"
},
"keywords": [
"anitomy",
"script",
"javascript",
"anime"
],
"author": "Thiago Oliveira <thiago_ogt@outlook.com>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/skiptirengu/anitomyscript/issues"
},
"homepage": "https://github.com/skiptirengu/anitomyscript#readme",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/runtime": "^7.6.3",
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cross-env": "^6.0.3",
"fs-extra": "^8.1.0",
"gulp": "^4.0.2",
"mocha": "^6.2.2",
"mocha-logger": "^1.0.6",
"tinyify": "^2.5.2"
},
"dependencies": {}
}