-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 839 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
{
"name": "tastespoon",
"version": "0.1.1",
"description": "Infrastructure behavior testing framework",
"main": "index.js",
"files": [
"lib",
"index.js",
"mocha.js",
"tastespoon.d.ts"
],
"scripts": {
"prepublish": "tsd reinstall && tsd rebundle && tsc -m commonjs -t ES5 --outDir lib src/index.ts src/mocha.ts",
"test:integration": "mocha --compilers ts:espower-typescript/guess test/integration/*.test.ts"
},
"author": "Rize MISUMI",
"repository": {
"type": "git",
"url": "https://github.com/MisumiRize/tastespoon"
},
"license": "MIT",
"devDependencies": {
"espower-typescript": "^0.1.0",
"mocha": "^2.2.5",
"power-assert": "^0.11.0",
"tsd": "^0.6.1",
"typescript": "^1.4.1"
},
"dependencies": {
"es6-promise": "^2.1.1",
"request": "^2.55.0"
}
}