-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 847 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
29
30
31
{
"name": "angular-disqus-comments",
"version": "1.0.2",
"description": "Disqus Angular directive",
"main": "dist/angular-disqus-comments.js",
"scripts": {
"build": "tsc",
"clean": "rm -rf ./dist",
"bundle": "rollup -c && rollup -c --environment MINIFY",
"package": "yarn run clean && yarn run build && yarn run bundle"
},
"homepage": "https://github.com/ReedD/angular-disqus-comments",
"repository": {
"type": "git",
"url": "https://github.com/ReedD/angular-disqus-comments.git"
},
"author": "Reed Dadoune <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=4.0.0"
},
"peerDependencies": {
"angular": ">=1.2.0 <2.0.0"
},
"devDependencies": {
"@types/angular": "^1.5.22",
"rollup": "^0.39.2",
"rollup-plugin-uglify": "^1.0.1",
"typescript": "^2.1.4"
}
}