-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 957 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
35
36
{
"name": "angular-inflector",
"version": "0.2.5",
"description": "Angular inflection library",
"license": "MIT",
"author": "Ignacio Baixas <[email protected]>",
"homepage": "https://github.com/platanus/angular-inflector",
"repository": {
"type": "git",
"url": "git://github.com/platanus/angular-inflector.git"
},
"main": "dist/angular-inflector.js",
"dependencies": {},
"engines": {
"node": ">= 0.9"
},
"devDependencies": {
"bower": "*",
"grunt": "^0.4.3",
"karma": "~0.12",
"jasmine": "*",
"grunt-cli": ">= 0.1.7",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-bower": "*",
"grunt-bower-task": "*",
"grunt-karma": "~0.8",
"karma-jasmine": "*",
"karma-chrome-launcher": "*",
"karma-firefox-launcher": "*",
"karma-osx-reporter": "*",
"grunt-conventional-changelog": "1.1.0",
"grunt-git": "^0.2.14"
}
}