forked from kaiza/tslint-jasmine-rules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 967 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
{
"name": "tslint-jasmine-rules",
"version": "1.0.2",
"description": "tslint rules for jasmine",
"main": "index.js",
"scripts": {
"release": "rimraf dist && tsc && npm t",
"test": "rimraf dist && tsc && mocha --compilers ts:ts-node/register",
"tsc": "tsc",
"cp": "cp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kaiza/tslint-jasmine-rules.git"
},
"keywords": [
"tslint",
"jasmine",
"typescript"
],
"author": "Kai Gorman",
"license": "MIT",
"bugs": {
"url": "https://github.com/kaiza/tslint-jasmine-rules/issues"
},
"homepage": "https://github.com/kaiza/tslint-jasmine-rules#readme",
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/mocha": "^2.2.33",
"@types/node": "0.0.2",
"chai": "^3.5.0",
"minimalist": "^1.0.0",
"mocha": "^3.0.2",
"rimraf": "^2.5.4",
"ts-node": "^1.3.0",
"tslint": "^3.15.1",
"typescript": "^2.0.10"
}
}