-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 728 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 728 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
27
28
{
"name": "angular-diff",
"version": "v1.0.0",
"description": "Diff filter for angular.js. Show inline text diff in your page",
"repository": {
"type": "git",
"url": "https://github.com/matteosuppo/angular-diff"
},
"keywords": [
"angular",
"diff"
],
"author": "Matteo Suppo <matteo.suppo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/matteosuppo/angular-diff/issues"
},
"homepage": "https://github.com/matteosuppo/angular-diff",
"devDependencies": {
"gulp": "^3.6.2",
"gulp-karma": "0.0.4",
"gulp-concat": "^2.2.0",
"gulp-ngmin": "^0.3.0",
"gulp-uglify": "^0.2.1",
"karma-chrome-launcher": "^0.1.3",
"karma-jasmine": "^0.2.2"
}
}