-
Notifications
You must be signed in to change notification settings - Fork 88
/
package.json
33 lines (33 loc) · 869 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
{
"name": "angular-truncate",
"description": "Angular Truncate - Ellipsis for your templates",
"version": "0.1.2",
"homepage": "http://sparkalow.github.com/angular-truncate",
"author": "Brian Mathews (sparkalow)",
"main" : "src/truncate.js",
"repository": {
"type": "git",
"url": "git://github.com/sparkalow/angular-truncate.git"
},
"engines": {
"node": ">= 0.8"
},
"licenses": [
{
"type": "MIT",
"url": "http://mit-license.org"
}
],
"dependencies": {},
"devDependencies": {
"grunt": ">= 0.4.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "*",
"karma": "~ 0.8.0"
},
"scripts": {
"test": "karma start test/karma.conf.js --single-run --browsers Chrome",
"test-server": "karma start test/karma.conf.js --browsers Chrome"
}
}