-
Notifications
You must be signed in to change notification settings - Fork 98
/
package.json
50 lines (50 loc) · 1.32 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
46
47
48
49
50
{
"name": "ng-js-tree",
"version": "0.0.10",
"description": "Angular Directive for the famous JsTree",
"main": "dist/ngJsTree.min.js",
"scripts": {
"test": "grunt karma"
},
"repository": {
"type": "git",
"url": "https://github.com/ezraroi/ngJsTree.git"
},
"keywords": [
"Angular",
"JsTree"
],
"author": "Roi Ezra <ezraroi@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ezraroi/ngJsTree/issues"
},
"homepage": "https://github.com/ezraroi/ngJsTree",
"dependencies": {
"angular": "~1.8",
"jstree": "~3.2.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "0.3.1",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-karma": "^0.9.0",
"grunt-karma-coveralls": "^2.5.2",
"grunt-ng-annotate": "~0.4.0",
"grunt-wiredep": "~2.0.0",
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.1",
"karma-sauce-launcher": "~0.2.1",
"karma-script-launcher": "~0.1.0",
"karma-story-reporter": "~0.2.2",
"load-grunt-tasks": "~0.6.0",
"phantomjs-prebuilt": "^2.1.12"
}
}