forked from paulsmith/angular-slugify
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 689 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 689 Bytes
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
{
"name": "wb-angular-slugify",
"version": "1.2.0",
"description": "Provides “slugification” for AngularJS in the form of a service, filter, and a directive.",
"main": "dist/angular-slugify.js",
"authors": [
"Paul Smith <paulsmith@pobox.com>",
"William Boman <william@redwill.se>"
],
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^0.4.0",
"grunt-banner": "^0.2.3",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-karma": "^0.8.3",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5"
}
}