forked from cabrel/angular-lodash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 961 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
37
38
39
{
"name": "ropooy-angular-rdash",
"description": "LoDash adapter for AngularJS.",
"version": "1.5.0",
"author": "Markku Roponen <ropooy@gmail.com>",
"main": "angular-lodash.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/RopoMen/ropooy-angular-rdash.git"
},
"keywords": [
"angularjs",
"lodash",
"utility"
],
"scripts": {
"postinstall": "bower install",
"test": "gulp test",
"build": "gulp build",
"example": "gulp example"
},
"devDependencies": {
"bower": "^1.5.2",
"dateformat": "^1.0.11",
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-header": "^1.7.1",
"gulp-jshint": "^1.11.2",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.3.0",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.3",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.0"
}
}