-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.54 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": "ng-chat-scroller",
"private": false,
"version": "0.4.1",
"repository": {
"url": "git://github.com/sloops77/ngChatScroller.git"
},
"browser": "dist/ngChatScroller.js",
"author": "Andres Olave <andres.olave@thinkingbytes.net>",
"bugs": {
"url": "https://github.com/sloops77/ngChatScroller/issues"
},
"main": "dist/ngChatScroller.js",
"scripts": {
"build": "webpack",
"minnify": "webpack --mode=minnify",
"dev": "webpack --progress --colors --watch --mode=dev",
"test": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
},
"devDependencies": {
"babel": "^6.3.0",
"babel-core": "^6.1.0",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.1.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.18.0",
"conventional-github-releaser": "^1.1.3",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^1.4.1",
"eslint": "1.7.2",
"eslint-loader": "1.1.0",
"gulp": "^3.9.1",
"gulp-conventional-changelog": "^1.1.0",
"gulp-footer": "^1.0.5",
"gulp-git": "^1.12.0",
"gulp-header": "^1.8.8",
"gulp-rename": "^1.2.2",
"gulp-template": "^4.0.0",
"run-sequence": "^1.2.2",
"webpack": "^1.13.3"
},
"licenses": [
{
"type": "MIT"
}
],
"description": "A smooth scroller for chat based apps that reverse scroll (bottom to top)",
"homepage": "https://github.com/sloops77/ngChatScroller#readme",
"keywords": [
"angular",
"chat",
"scroll"
],
"dependencies": {
}
}