forked from lucavandro/CodiceFiscaleJS
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.46 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "calcolo-codice-fiscale",
"version": "1.1.33",
"description": "Calcolo del codice fiscale, originally forked form git://github.com/lucavandro/CodiceFiscaleJS.git",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "git://github.com/bionicvapourboy/CodiceFiscaleJS"
},
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.5",
"typescript": "^2.5.2",
"cross-env": "^5.1.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.5.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"prop-types": "15.5.10",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-styleguidist": "^6.0.30",
"webpack": "^3.5.5"
},
"scripts": {
"build": "cross-env webpack -p",
"pretest": "npm run build",
"test": "npm run build && karma start"
},
"author": "Mosè Raguzzini <mose.raguzzini@gmail.com>",
"contributors": [
"Walter Barbagallo <brb.walter@gmail.com>",
"Luca Vandro <lucavandro@gmail.com>"
],
"license": "MIT"
}