This repository was archived by the owner on Dec 12, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.32 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.32 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
{
"name": "angular-modal-alerts",
"version": "0.0.15",
"description": "Utility service for generating and handling modal alerts based on Bootstrap inside AngularJS",
"scripts": {
"start": "node app.js",
"test": "exit 0",
"postinstall": "./scripts/postinstall.sh",
"grunt": "./node_modules/grunt-cli/bin/grunt watch"
},
"repository": {
"type": "git",
"url": "git@git.devnup.com:devnup/angular-modal-alerts"
},
"author": "Luis Brito <luis@devnup.com>",
"license": "MIT",
"dependencies": {
"async": "^0.9.0",
"body-parser": "~1.8.1",
"bower": "^1.3.12",
"cookie-parser": "~1.3.3",
"cors": "^2.5.3",
"debug": "~2.0.0",
"ejs": "~0.8.5",
"express": "~4.9.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"hat": "0.0.3",
"jsdoc": "^3.3.0",
"less-middleware": "1.0.x",
"lru-cache": "^2.5.0",
"mean-seo": "0.0.8",
"mocha": "^2.0.1",
"request": "^2.48.0",
"require-directory": "^2.0.0",
"serve-favicon": "~2.1.3",
"should": "^4.1.0"
}
}