-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1003 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 1003 Bytes
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
{
"name": "angular2-scroll-glue",
"version": "1.0.6",
"description": "Angular2 attribute directive for keeping a scrollable div scrolled to a particular position",
"main": "index.js",
"url": "https://github.com/dharness/angular2-scroll-glue",
"dependencies": {
"angular2": "2.0.0-beta.9",
"angular2-scroll-glue": "1.0.0",
"es6-promise": "3.1.2",
"es6-shim": "0.33.13",
"path": "0.12.7",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"ts-loader": "0.8.1",
"typescript": "1.8.7",
"webpack": "1.12.14",
"zone.js": "0.5.15"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc ./examples/app/ScrollGlue.ts --outDir ./src --experimentalDecorators",
"dev": "webpack-dev-server --devtool eval --config examples/webpack.config.js --progress --colors --host 0.0.0.0 --port 5000 --display-error-details"
},
"author": "Dylan Harness <dharness@uwo.ca>",
"license": "ISC"
}