-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 867 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
{
"name": "iris-gl",
"version": "0.0.4",
"description": "A webgl rendering framework.",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc --module esnext && gulp build",
"watch": "gulp watch",
"test": "mocha -r ts-node/register tests/**/*.test.ts"
},
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@types/chai": "^4.1.6",
"@types/mocha": "^5.2.5",
"@types/node": "^12.7.5",
"@types/webgl2": "0.0.5",
"browser-sync": "^2.24.7",
"chai": "^4.2.0",
"gulp": "^4.0.2",
"mocha": "^6.2.0",
"rollup": "^1.21.4",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript2": "^0.24.2",
"ts-node": "^8.4.1",
"typescript": "^3.1.3"
}
}