-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
34 lines (34 loc) · 998 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
{
"name": "ng-contextmenu",
"version": "0.10.0",
"description": "Handcraft your very own context menus for a richer UX!",
"main": "dist/ng-contextmenu.js",
"scripts": {
"build": "grunt build",
"test": "grunt test",
"start": "node example/server/default.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Wildhoney/ngContextMenu.git"
},
"author": "Adam Timberlake <adam.timberlake@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wildhoney/ngContextMenu/issues"
},
"homepage": "https://github.com/Wildhoney/ngContextMenu",
"devDependencies": {
"bower": "~1.8.2",
"express": "^4.14.0",
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-compress": "~1.4.3",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jasmine": "~1.1.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~3.2.1",
"grunt-contrib-watch": "^1.0.0"
}
}