-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 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
{
"name": "lucify-data-tools",
"version": "0.1.7",
"description": "Tools for data manipulation",
"main": "lib/index.js",
"scripts": {
"test": "mocha",
"compile": "babel --presets es2015,stage-0 -d lib/ src/",
"prepublish": "npm run compile"
},
"author": "",
"license": "MIT",
"homepage": "https://github.com/lucified/lucify-data-tools",
"contributors": [
{
"name": "Juho Ojala",
"email": "[email protected]"
},
{
"name": "Ville Saarinen",
"email": "[email protected]"
},
{
"name": "Ville Väänänen",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/lucified/lucify-data-tools.git"
},
"dependencies": {
"js-combinatorics": "^0.5.0",
"lodash": "^4.5.1",
"moment": "^2.11.2"
},
"devDependencies": {
"babel-cli": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"deepcopy": "^0.6.1",
"mocha": "^2.4.5"
}
}