-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.37 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "cf.feedback",
"author": "Christian Kramer <cmkramer@gmail.com>",
"version": "0.5.7",
"repository": {
"type": "git",
"url": "git://github.com/cmkramer/cf.feedback.git"
},
"bugs": {
"url": "https://github.com/cmkramer/cf.feedback/issues"
},
"dependencies": {},
"devDependencies": {
"del": "^1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.5.0",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.1.1",
"gulp-jshint": "^1.9.2",
"gulp-ng-annotate": "^0.5.2",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-symlink": "^2.1.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"jshint-stylish": "^1.0.0",
"merge-stream": "^0.1.7",
"minimist": "^1.1.0",
"run-sequence": "^1.0.2",
"wiredep": "^2.2.2"
},
"engines": {
"node": ">=0.10.0"
},
"description": "###A dynamic feedback directive The current version of this directive does not contain automated tests, nor does it contain styled examples, these will be added soon.",
"homepage": "https://github.com/cmkramer/cf.feedback#readme",
"main": "dist/cf.feedback.min.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"feedback",
"global",
"angular",
"directive"
],
"license": "Apache-2.0"
}