|
1 | 1 | { |
2 | | - "name": "r-serializer", |
| 2 | + "name": "@harrison-ifeanyichukwu/xml-serializer", |
3 | 3 | "version": "0.0.0-development", |
4 | | - "description": "R-Serializer is a complete JavaScript implementation of the W3C xml serialization specifications", |
| 4 | + "description": "xml-serializer is a complete JavaScript implementation of the W3C xml serialization specifications", |
5 | 5 | "main": "lib/main.js", |
6 | 6 | "publishConfig": { |
7 | 7 | "access": "public" |
|
13 | 13 | "report-coverage": "nyc report --reporter=text-lcov | coveralls", |
14 | 14 | "prebuild": "rimraf dist && rimraf lib", |
15 | 15 | "build": "BABEL_ENV=build rollup --config", |
16 | | - "travis-deploy-once": "travis-deploy-once", |
17 | 16 | "semantic-release": "semantic-release", |
18 | 17 | "validate-doc": "documentation lint src/**/*.js", |
19 | 18 | "generate-doc": "rimraf docs/docs && documentation build src/**/*.js -f html -o docs/docs" |
20 | 19 | }, |
21 | 20 | "repository": { |
22 | 21 | "type": "git", |
23 | | - "url": "https://github.com/harrison-ifeanyichukwu/r-serializer.git" |
| 22 | + "url": "https://github.com/harrison-ifeanyichukwu/xml-serializer.git" |
24 | 23 | }, |
25 | 24 | "keywords": [ |
26 | 25 | "xml-serialization", |
|
32 | 31 | "author": "Harrison Ifeanyichukwu <Harrisonifeanyichukwu@gmail.com> (https://harrison-ifeanyichukwu.github.io/)", |
33 | 32 | "license": "MIT", |
34 | 33 | "bugs": { |
35 | | - "url": "https://github.com/harrison-ifeanyichukwu/r-serializer/issues" |
| 34 | + "url": "https://github.com/harrison-ifeanyichukwu/xml-serializer/issues" |
36 | 35 | }, |
37 | | - "homepage": "https://github.com/harrison-ifeanyichukwu/r-serializer#readme", |
| 36 | + "homepage": "https://github.com/harrison-ifeanyichukwu/xml-serializer#readme", |
38 | 37 | "devDependencies": { |
39 | 38 | "babel-plugin-external-helpers": "6.22.0", |
40 | 39 | "babel-preset-env": "1.7.0", |
|
0 commit comments