-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 KB
/
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
35
36
37
38
39
40
{
"name": "ng-pluralize-html",
"version": "1.0.1",
"description": "Module that extends ng-pluralize directive to support HTML",
"main": "gulpfile.js",
"directories": {
"example": "example"
},
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-angular-embed-templates": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.5.0",
"gulp-rename": "^1.2.3",
"gulp-uglify": "^3.0.0",
"jasmine-core": "^3.1.0",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.2",
"karma-spec-reporter": "^0.0.32"
},
"scripts": {
"test": "karma start --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christianesperar/ng-pluralize-html.git"
},
"keywords": [
"angularjs",
"ng-pluralize"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/christianesperar/ng-pluralize-html/issues"
},
"homepage": "https://github.com/christianesperar/ng-pluralize-html#readme"
}