-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.03 KB
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
{
"name": "@frptools/core",
"version": "4.1.0",
"description": "Common types, functions and utilities",
"scripts": {
"test-dev": "mocha --opts ./mocha.opts --watch --bail"
},
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"jsnext:main": "lib/module/index.js",
"typings": "lib/typings/index.d.ts",
"files": [
"lib"
],
"author": "Nathan Ridley <axefrog@gmail.com>",
"license": "MIT",
"bugs": "https://github.com/frptools/core/issues",
"repository": "git@github.com:frptools/core.git",
"devDependencies": {
"@types/chai": "^4.0.1",
"@types/mocha": "^2.2.41",
"chai": "^4.0.2",
"gulp": "^3.9.1",
"gulp-mocha": "^4.3.1",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-transform": "^2.0.0",
"gulp-tslint": "^8.1.1",
"gulp-typescript": "^3.2.0",
"merge2": "^1.1.0",
"mocha": "^3.4.2",
"rimraf": "^2.5.4",
"source-map-support": "^0.4.15",
"tiny-preprocessor": "^1.0.0",
"tslint": "^5.5.0",
"typescript": "^2.4.1"
}
}