-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.09 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.09 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
{
"name": "mori-ext",
"version": "0.3.0",
"description": "Function bind syntax for mori",
"main": "pkg/mori-ext.js",
"scripts": {
"test": "gulp spec",
"watch": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://roobie@github.com/roobie/mori-ext.git"
},
"keywords": [
"LINQ",
"fluent"
],
"author": "Björn Roberg",
"license": "EPL-1.0",
"bugs": {
"url": "https://github.com/roobie/mori-ext/issues"
},
"homepage": "https://github.com/roobie/mori-ext#readme",
"dependencies": {
"babel-runtime": "^5.6.4",
"mori": "^0.3.2"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.2",
"babel-plugin-transform-function-bind": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-runtime": "^6.9.2",
"chai": "^3.0.0",
"eslint": "^3.0.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-cli": "^1.2.1",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^2.1.2",
"gulp-sourcemaps": "^1.5.2",
"mocha": "^2.2.5",
"mocha-babel": "^3.0.0",
"mori": "^0.3.2"
}
}