-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 889 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
{
"name": "lib-colorifium",
"version": "0.0.0",
"author": "Aleksandr 'Aux' Ivanov <[email protected]> (http://hexmode.org/)",
"license": "BSD-2-Clause",
"scripts": {
"test": "mocha -r ts-node/register src/tests/**/*.spec.ts",
"build": "tsc",
"webpack": "webpack",
"start": "webpack-dev-server"
},
"dependencies": {
"rxjs": "^5.5.6"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.47",
"@types/node": "^9.4.0",
"chai": "^4.1.2",
"clean-webpack-plugin": "^0.1.18",
"gulp": "^3.9.1",
"gulp-imprint": "^0.1.1",
"gulp-rename": "^1.2.2",
"gulp-typescript": "^3.2.4",
"html-webpack-plugin": "^2.30.1",
"mocha": "^5.0.0",
"ts-loader": "^3.3.1",
"ts-node": "^4.1.0",
"tslint": "^5.9.1",
"typescript": "^2.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
}
}