-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.1 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
{
"name": "ng-augment-native-scroll",
"version": "0.15.0",
"description": "Augmenting native scroll with higher functionality",
"main": "dist/ng-augment-native-scroll.js",
"module": "src/index.js",
"scripts": {
"dist": "rimraf dist/* && webpack && webpack --config ./webpack.config.min.js",
"eg-dist": "npm run dist && webpack --config ./webpack.config.examples.js",
"start": "npm run eg-dist && webpack-dev-server"
},
"author": "Vijay <[email protected]> (http://vijaydev.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:iamvijaydev/ng-augment-native-scroll.git"
},
"keywords": [
"scroll",
"augment scroll",
"native scroll",
"connect scrolls",
"kinetic scroll",
"pull down refresh",
"pull up previous",
"angular"
],
"dependencies": {
"angular": "^1.6.1"
},
"devDependencies": {
"eslint": "^3.15.0",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^1.6.1",
"rimraf": "^2.5.4",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0",
"webpack-merge": "^2.6.1"
}
}