forked from codekraft-studio/angular-content-editable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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
41
42
43
44
45
{
"name": "angular-content-editable",
"version": "1.1.4",
"description": "modify in real time any html tag you want",
"main": "dist/angular-content-editable.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "node node_modules/karma/bin/karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreash/angular-content-editable.git"
},
"keywords": [
"angular",
"directive"
],
"author": "codekraft-studio",
"bugs": {
"url": "https://github.com/andreash/angular-content-editable/issues"
},
"homepage": "https://github.com/andreash/angular-content-editable#readme",
"license": "ISC",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^1.0.0",
"grunt-ng-annotate": "^3.0.0",
"jasmine-core": "^2.6.1",
"karma": "^1.6.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4"
},
"dependencies": {
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^1.0.0",
"grunt-ng-annotate": "^3.0.0"
}
}