Skip to content

Commit c5cbf82

Browse files
committed
Add package.json
1 parent 5945f4a commit c5cbf82

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

package.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"name": "react-image-smooth-loading",
3+
"version": "1.0.0",
4+
"description": "React component for making your site images appear in a fade in",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1",
8+
"copy_bundle_to_example": "./scripts/copy_bundle_to_example.sh",
9+
"build_js": "./scripts/compile_sources.sh",
10+
"build_styles": "./scripts/compile_styl.sh",
11+
"prepare_publish": "npm run build_styles && npm run build_js && npm run copy_bundle_to_example"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/Astrocoders/react-image-smooth-loading.git"
16+
},
17+
"keywords": [
18+
"react",
19+
"image",
20+
"smooth",
21+
"loading",
22+
"image",
23+
"fade",
24+
"in"
25+
],
26+
"author": "Gabriel Rubens",
27+
"license": "MIT",
28+
"bugs": {
29+
"url": "https://github.com/Astrocoders/react-image-smooth-loading/issues"
30+
},
31+
"homepage": "https://github.com/Astrocoders/react-image-smooth-loading#readme",
32+
"devDependencies": {
33+
"babel-cli": "^6.5.1",
34+
"babel-core": "^6.5.2",
35+
"babel-eslint": "^5.0.0",
36+
"babel-plugin-transform-runtime": "^6.5.2",
37+
"babel-polyfill": "^6.5.0",
38+
"babel-preset-es2015": "^6.5.0",
39+
"babel-preset-react": "^6.5.0",
40+
"babel-preset-stage-2": "^6.5.0",
41+
"browserify": "^13.0.0",
42+
"exposify": "^0.5.0",
43+
"http-server": "^0.9.0",
44+
"react": "^0.14.7",
45+
"react-dom": "^0.14.7",
46+
"stylus": "^0.53.0",
47+
"uglifyify": "^3.0.1"
48+
},
49+
"dependencies": {
50+
"babel-runtime": "^6.5.0",
51+
"classnames": "^2.2.3",
52+
"css-modulesify": "^0.17.1",
53+
"react-style": "^0.5.5"
54+
}
55+
}

0 commit comments

Comments
 (0)