-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.3 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.3 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "scalike",
"version": "0.0.6",
"author": {
"name": "ryoppy",
"url": "https://github.com/ryoppy"
},
"main": "dist/scalike.js",
"dependencies": {},
"devDependencies": {
"browserify": "^11.1.0",
"coffee-script": "^1.9.0",
"es6-promise": "^3.0.2",
"espower-typescript": "^1.0.0",
"gulp": "^3.6.2",
"gulp-concat": "^2.6.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-tslint": "^3.3.0",
"gulp-typescript": "^2.9.0",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.2",
"merge2": "^0.3.6",
"mocha": "^2.3.3",
"power-assert": "^1.0.1",
"vinyl-source-stream": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git@github.com:ryoppy/scalike-typescript.git"
},
"scripts": {
"main": "gulp build",
"test": "./node_modules/mocha/bin/mocha --compilers ts:espower-typescript/guess test/**/*.ts",
"lint": "tslint -c ./tslint.json ./app/src/*.ts"
},
"typescript": {
"definition": "dist/scalike.d.ts"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"immutable",
"data",
"datastructure",
"functional",
"collection",
"stateless",
"scala",
"monad",
"option",
"maybe",
"either",
"future"
],
"license": "MIT"
}