-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.46 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
{
"name": "stick-on-scroll",
"version": "1.0.0",
"description": "Make elements sticky to their viewport or scrolling element parent",
"main": "src/StickOnScroll.js",
"scripts": {
"start": "npm run open && npm run serve",
"open": "opener http://127.0.0.1:8990/example-01.html",
"serve": "webpack-dev-server --progress --hot --inline --colors --port 8990",
"build": "webpack",
"dist": "set NODE_ENV=production&&webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/purtuga/stick-on-scroll.git"
},
"keywords": [
"stick",
"stickonscroll",
"scroll",
"pin"
],
"author": "Paul Tavares",
"license": "MIT",
"bugs": {
"url": "https://github.com/purtuga/stick-on-scroll/issues"
},
"homepage": "https://github.com/purtuga/stick-on-scroll#readme",
"devDependencies": {
"babel-core": "^6.7.4",
"babel-eslint": "^6.0.0",
"babel-loader": "^6.2.4",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.6.0",
"common-micro-libs": "purtuga/common-micro-libs#master",
"copy-webpack-plugin": "^1.1.1",
"eslint": "^3.6.0",
"eslint-config-google": "^0.6.0",
"eslint-loader": "^1.5.0",
"file-loader": "^0.9.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"opener": "^1.4.2",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.1",
"text-loader": "0.0.1",
"url-loader": "^0.5.7",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
}
}