forked from kildevaeld/utilitiesjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 890 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
{
"name": "utilities",
"version": "0.0.3",
"description": "",
"main": "dist/utils.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"typescript": {
"definition": "utilities.d.ts"
},
"typings": "lib/index",
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-mocha": "^2.2.0",
"gulp-tslint": "^4.3.1",
"gulp-typedoc": "^1.2.1",
"gulp-typescript": "^2.10.0",
"merge2": "^0.3.6",
"mocha": "^2.4.2",
"runtime-type-checks": "0.0.4",
"should": "^8.2.1",
"sinon": "^1.17.3",
"tslint": "^3.3.0",
"typescript": "^1.7.5",
"webpack": "^2.0.5-beta",
"webpack-stream": "^3.1.0"
}
}