forked from restorando/cornelius
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 792 Bytes
/
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
{
"name": "cornelius",
"version": "0.1.0",
"description": "A simple Cohort Visualization library",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/restorando/cornelius.git"
},
"keywords": [
"cohort",
"chart",
"cohorts"
],
"devDependencies": {
"gulp": "^3.8.10",
"jquery": "^2.1.1",
"karma": "^0.12.19",
"karma-chai-plugins": "^0.2.3",
"karma-mocha": "^0.1.7",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^2.4.1"
},
"author": "Gabriel Schammah",
"license": "MIT",
"bugs": {
"url": "https://github.com/restorando/cornelius/issues"
},
"homepage": "https://github.com/restorando/cornelius"
}