Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Commit 3fb1002

Browse files
committed
Merge branch 'hotfix/npmconfig' into develop
2 parents 88eb245 + 85b9608 commit 3fb1002

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"name": "dataframe-js",
33
"version": "0.2.0",
4-
"description": "",
4+
"description": "dataframe-js is a library providing another way to work with data with DataFrame, a modern data structure.",
5+
"description": ["DataFrame", "data", "immutable", "sql", "structured", "wrangling"],
6+
"homepage": "https://github.com/Gmousse/dataframe-js",
7+
"bugs": "https://github.com/Gmousse/dataframe-js/issues",
8+
"repository" :
9+
{
10+
"type" : "git",
11+
"url" : "https://github.com/Gmousse/dataframe-js.git"
12+
},
513
"main": "./lib",
614
"scripts": {
715
"test": "NODE_ENV=production babel-tape-runner 'tests/*-test.js' | tap-diff",
@@ -10,7 +18,11 @@
1018
"lint": "eslint -c .eslintrc ./src",
1119
"prepublish": "npm run build"
1220
},
13-
"author": "Guillaume Mousnier",
21+
"author": {
22+
"name": "Guillaume Mousnier",
23+
"email": "mousnier.guillaume@gmail.com",
24+
"url": "https://twitter.com/DatMousse"
25+
},
1426
"license": "MIT",
1527
"devDependencies": {
1628
"babel-cli": "^6.3.15",

0 commit comments

Comments
 (0)