-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
34 lines (34 loc) · 990 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
32
33
34
{
"name": "ui-comments",
"version": "0.1.1",
"description": "Nested, Reddit-style comments directives for AngularJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Caitlin Potter <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/caitp/ui-comments.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-ngdocs-caitp": "~0.1.8",
"grunt-conventional-changelog": "~1.0.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jshint": "~0.6.4",
"grunt-html2js": "~0.1.7",
"grunt-karma": "~0.7.1",
"node-markdown": "~0.1.1",
"grunt-ngmin": "0.0.3",
"semver": "~2.1.0",
"shelljs": "~0.2.6",
"grunt-gh-pages": "~0.8.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-clean": "~0.5.0"
}
}