forked from seznam/IMA.js-ui-atoms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.24 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "ima-ui-atoms",
"version": "0.11.5",
"description": "IMA.js UI React atoms",
"main": "main.js",
"scripts": {
"preversion": "npm run build && npm run test",
"version": "npm run copy",
"postversion": "git push && git push --tags && npm run publish-package",
"prepublishOnly": "echo '====================================================================================================================================================\nUse \"npm run publish-package\" to publish this package.\n====================================================================================================================================================' && exit 1",
"publish-package": "npm publish dist --ignore-scripts",
"copy": "node node_modules/gulp/bin/gulp.js copy",
"build": "node node_modules/gulp/bin/gulp.js build",
"test": "node node_modules/gulp/bin/gulp.js test",
"dev": "node node_modules/gulp/bin/gulp.js dev",
"dev:example": "node node_modules/gulp/bin/gulp.js dev:example"
},
"keywords": [
"React",
"UI",
"IMA",
"atoms"
],
"author": "Miroslav Jancarik <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/seznam/IMA.js-ui-atoms.git"
},
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/seznam/IMA.js-ui-atoms/issues"
},
"license": "MIT",
"devDependencies": {
"babel-core": "6.25.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babelify": "7.3.0",
"browserify": "14.4.0",
"classnames": "2.2.5",
"del": "2.2.2",
"enzyme": "2.9.1",
"eslint": "3.19.0",
"eslint-plugin-react": "6.10.3",
"gulp": "github:gulpjs/gulp#c120a94",
"gulp-babel": "6.1.2",
"gulp-cached": "1.1.1",
"gulp-jasmine": "2.4.2",
"gulp-less": "3.3.2",
"gulp-remember": "0.3.1",
"gulp-rename": "1.2.2",
"prop-types": "15.5.10",
"react": "15.6.1",
"react-addons-test-utils": "15.6.0",
"react-dom": "15.6.1",
"react-test-renderer": "15.6.1",
"to-mock": "1.0.0",
"watchify": "3.9.0"
},
"browserify": {
"transform": [
"babelify"
]
},
"peerDependencies": {
"prop-types": "15.x",
"react": "15.x"
},
"engines": {
"npm": ">=4 <6"
}
}