forked from kislakiruben/parsecnp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 960 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
37
{
"name": "@regily/parsecnp",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"version": "0.1.5",
"description": "'Parser' pentru cod numeric personal (CNP)",
"main": "src/ParseCNP.js",
"scripts": {
"build": "rollup --config rollup.config.dist.js",
"dev": "rollup --config rollup.config.dev.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Regily/parsecnp.git"
},
"license": "MIT",
"author": "Checking.com",
"keywords": [
"cnp",
"parser",
"javascript"
],
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-latest": "^6.24.1",
"babel-register": "^6.24.1",
"chai": "^3.5.0",
"mocha": "^3.3.0",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-uglify": "^1.0.2",
"rollup-watch": "^3.2.2",
"uglify-js-harmony": "^2.7.5"
}
}