forked from IBMDataScience/datascix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 707 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 707 Bytes
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
{
"name": "datascix",
"description": "Repository hosting change log entries for use in the What's New page within Data Science Experience (DSX).",
"version": "1.0.0",
"license": "IPL-1.0",
"repository": {
"type": "git",
"url": "https://github.com/IBMDataScience/datascix"
},
"bugs": {
"url": "https://github.com/IBMDataScience/datascix/issues"
},
"author": "Armand Ruiz Gabernet <armand.ruiz@us.ibm.com>",
"contributors": {
"name": "Mike Pawlowski",
"email": "mpawlow@ca.ibm.com"
},
"devDependencies": {
"async": "2.1.4",
"grunt": "1.0.1",
"grunt-eslint": "19.0.0",
"grunt-jsonlint": "1.1.0",
"lodash": "4.17.2",
"request": "2.79.0"
}
}