-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.42 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "mangoo",
"version": "0.5.0",
"description": "Modular Javascript Utilities",
"main": "./src/mangoo.js",
"scripts": {
"test": "karma start --single-run --reporters dots,coverage",
"test:watch": "karma start"
},
"dependencies": {},
"devDependencies": {
"babel": "^6.5.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"chai": "^3.5.0",
"codecov": "^1.0.1",
"eslint": "^3.1.1",
"eslint-config-standard": "^5.3.5",
"eslint-plugin-promise": "^2.0.0",
"eslint-plugin-standard": "^2.0.0",
"karma": "^1.1.1",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.0.4",
"karma-notify-reporter": "^1.0.1",
"karma-phantomjs-launcher": "^1.0.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"mocha": "^2.5.3",
"phantomjs-prebuilt": "^2.1.7",
"webpack": "^1.13.1",
"webpack-stream": "^3.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rands0n/mangoo.git"
},
"keywords": [
"modular",
"utilities",
"javascript",
"functional",
"es6"
],
"author": "Randson Oliveira <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rands0n/mangoo/issues"
},
"homepage": "https://github.com/rands0n/mangoo#readme"
}