-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
28 lines (28 loc) · 911 Bytes
/
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
{
"name": "angularjs-livechat",
"version": "0.0.4",
"description":
"AngularJS component to integrate LiveChat with your single-page app",
"main": "lib/angularjs-livechat.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"copy": "mkdir -p lib && cp angularjs-livechat.js lib/",
"uglify":
"uglifyjs angularjs-livechat.js -m -o lib/angularjs-livechat.min.js",
"prepublish": "npm run copy && npm run uglify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/livechat/angularjs-livechat.git"
},
"keywords": ["angular", "angularjs", "livechat"],
"author": "wkwiatek <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/livechat/angularjs-livechat/issues"
},
"homepage": "https://github.com/livechat/angularjs-livechat#readme",
"devDependencies": {
"uglify-js": "^2.6.2"
}
}