Skip to content

Commit

Permalink
ver. 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
macisi committed Jan 4, 2017
1 parent ddffe55 commit e097688
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"name": "uxcore-album",
"version": "0.3.1",
"description": "uxcore-album component for uxcore.",
"repository": "https://github.com/uxcore/uxcore-album.git",
"author": "vincent.bian",
"main": "build/index.js",
"scripts": {
"start": "uxcore-tools run start",
"server": "uxcore-tools run server",
"lint": "uxcore-tools run lint",
"build": "uxcore-tools run build",
"test": "uxcore-tools run test",
"coverage": "uxcore-tools run coverage",
"pub": "uxcore-tools run pub",
"dep": "uxcore-tools run dep",
"tnpm-dep": "uxcore-tools run tnpm-dep",
"saucelabs": "uxcore-tools run saucelabs",
"chrome": "uxcore-tools run chrome",
"browsers": "uxcore-tools run browsers"
},
"bugs": {
"url": "http://github.com/uxcore/uxcore-album/issues"
},
"keywords": [
"react",
"react-component",
"uxcore-album",
"Album",
"uxcore",
"album",
"preview",
"image"
],
"devDependencies": {
"console-polyfill": "^0.2.2",
"enzyme": "^2.6.0",
"es5-shim": "^4.5.8",
"expect.js": "~0.3.1",
"kuma-base": "1.x",
"react": "0.14.x",
"react-addons-test-utils": "0.14.x",
"react-dom": "0.14.x",
"uxcore-kuma": "2.x",
"uxcore-tools": "0.2.x"
},
"dependencies": {
"classnames": "^2.2.5",
"object-assign": "^4.0.0",
"uxcore-animate": "~0.2.0"
},
"contributors": [],
"license": "MIT"
}
"name": "uxcore-album",
"version": "0.3.2",
"description": "uxcore-album component for uxcore.",
"repository": "https://github.com/uxcore/uxcore-album.git",
"author": "vincent.bian",
"main": "build/index.js",
"scripts": {
"start": "uxcore-tools run start",
"server": "uxcore-tools run server",
"lint": "uxcore-tools run lint",
"build": "uxcore-tools run build",
"test": "uxcore-tools run test",
"coverage": "uxcore-tools run coverage",
"pub": "uxcore-tools run pub",
"dep": "uxcore-tools run dep",
"tnpm-dep": "uxcore-tools run tnpm-dep",
"saucelabs": "uxcore-tools run saucelabs",
"chrome": "uxcore-tools run chrome",
"browsers": "uxcore-tools run browsers"
},
"bugs": {
"url": "http://github.com/uxcore/uxcore-album/issues"
},
"keywords": [
"react",
"react-component",
"uxcore-album",
"Album",
"uxcore",
"album",
"preview",
"image"
],
"devDependencies": {
"console-polyfill": "^0.2.2",
"enzyme": "^2.6.0",
"es5-shim": "^4.5.8",
"expect.js": "~0.3.1",
"kuma-base": "1.x",
"react": "0.14.x",
"react-addons-test-utils": "0.14.x",
"react-dom": "0.14.x",
"uxcore-kuma": "2.x",
"uxcore-tools": "0.2.x"
},
"dependencies": {
"classnames": "^2.2.5",
"object-assign": "^4.0.0",
"uxcore-animate": "~0.2.0"
},
"contributors": [],
"license": "MIT"
}

0 comments on commit e097688

Please sign in to comment.