-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.45 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.45 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
50
51
52
53
54
55
56
{
"name": "sharingbuttons.io",
"version": "1.1.0",
"description": "Super fast and easy Social Media Sharing Buttons. No JavaScript. No tracking.",
"main": "js/app.js",
"dependencies": {
"flux": "2.0.0",
"react": "0.12.0"
},
"devDependencies": {
"appcache-webpack-plugin": "1.2.1",
"autoprefixer-core": "5.2.1",
"babel": "5.8.21",
"babel-core": "5.8.20",
"babel-eslint": "4.0.5",
"babel-loader": "5.3.2",
"css-loader": "0.15.6",
"cssnano": "2.6.1",
"eslint": "1.0.0",
"eslint-config-airbnb": "0.0.7",
"eslint-plugin-react": "3.2.0",
"expect": "1.8.0",
"file-loader": "0.8.4",
"html-webpack-plugin": "1.6.1",
"mocha": "2.2.5",
"object.assign": "3.0.1",
"postcss-focus": "0.1.1",
"postcss-font-magician": "1.3.0",
"postcss-import": "6.2.0",
"postcss-loader": "0.5.1",
"postcss-nested": "1.0.0",
"postcss-reporter": "0.4.0",
"postcss-simple-vars": "0.3.0",
"react-hot-loader": "1.2.8",
"style-loader": "0.12.3",
"url-loader": "0.5.6",
"webpack": "1.10.5",
"webpack-dev-server": "1.10.1"
},
"scripts": {
"start": "node server.js",
"build": "rm -rf build | webpack --config webpack.build.config.js --progress --colors -p"
},
"browserify": {
"transform": [
"reactify",
"envify"
]
},
"repository": {
"type": "git",
"url": "git://github.com/mstoiber/sharing.git"
},
"author": "Max Stoiber",
"license": "MIT"
}