-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1 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": "z-score",
"version": "1.0.6",
"description": "",
"main": "lib/zscore.js",
"scripts": {
"test": "mocha --compilers js:babel-register --colors ./test/*.js",
"watch": "mocha --compilers js:babel-register --colors -w ./test/*.js",
"build": "babel src --presets babel-preset-es2015 --out-dir lib",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zeikko/z-score.git"
},
"bugs": {
"url": "https://github.com/Zeikko/z-score/issues"
},
"homepage": "https://github.com/Zeikko/z-score#readme",
"author": "Jaakko Ojalehto",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.7.5",
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"eslint": "^2.7.0",
"eslint-loader": "^1.3.0",
"mocha": "^2.4.5"
},
"dependencies": {
"lodash": "^4.10.0"
},
"license": "MIT"
}