-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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
{
"version": "0.0.1",
"private": true,
"name": "angular-ap-lateral-slide-menu",
"description": "AngularJS Lateral slide Menu",
"devDependencies": {
"bower": "^1.3.11",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "^0.11.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-plato": "^1.2.1",
"grunt-shell": "^0.7.0",
"http-server": "^0.6.1",
"load-grunt-tasks": "~0.6.0",
"shelljs": "^0.2.6",
"tmp": "0.0.23"
},
"scripts": {
"postinstall": "bower install && grunt init && grunt build",
"prestart": "npm install",
"start": "http-server -a 0.0.0.0 -p 8000"
},
"main": "Gruntfile.js",
"dependencies": {},
"author": "Autre planete",
"repository": {
"type": "git",
"url": "https://github.com/autreplanete/angular-ap-lateral-slide-menu.git"
},
"keywords": [
"AngularJS",
"Lateral",
"Slide",
"Menu",
"AutrePlanete"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/autreplanete/angular-ap-lateral-slide-menu/issues"
},
"homepage": "https://github.com/autreplanete/angular-ap-lateral-slide-menu"
}