-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.32 KB
/
package.json
File metadata and controls
60 lines (60 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "mangapp",
"private": true,
"version": "1.0.0",
"description": "An AngularJS project",
"repository": {
"type": "git",
"url": "git+https://github.com/jcamilo721/mangApp.git"
},
"license": "MIT",
"devDependencies": {
"bower": "^1.3.1",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-html2js": "~0.2.9",
"grunt-include-source": "0.7.x",
"grunt-wiredep": "2.x",
"lite-server": "^2.2.2"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"postdeploy": "bower install",
"start": "lite-server"
},
"engines": {
"node": "4.4.4",
"npm": "2.15.x"
},
"bugs": {
"url": "https://github.com/jcamilo721/mangApp/issues"
},
"homepage": "https://github.com/jcamilo721/mangApp#readme",
"main": "Gruntfile.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"bower": "^1.7.9",
"foobar": "1.1.0",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-html2js": "^0.2.9",
"grunt-include-source": "^0.7.1",
"grunt-wiredep": "^2.0.0"
},
"keywords": [
"AngularJS",
"jcapp",
"mangapp",
"app",
"git",
"heroku",
"webapp"
],
"author": "jcamilo721"
}