-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 907 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 907 Bytes
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
{
"name": "hash-web",
"version": "1.0.0",
"description": "A app view data and information from social networks",
"authors": [
"Gustavo RPS <dev+labic.net@gustavorps.net>",
"zoaldyck <roberto_dmoraes@hotmail.com>"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"postinstall": "./node_modules/bower/bin/bower install"
},
"cacheDirectories": [
"node_modules",
"app/bower_components"
],
"dependencies": {
"angular-moment": "^1.0.1",
"bower": "^1.8.0",
"express": "^4.13.4"
},
"devDependencies": {
"browser-sync": "^2.11.1",
"gulp-bower": "0.0.13",
"gulp-ng-constant": "^1.1.0",
"gulp-watch": "^4.3.5"
},
"engines": {
"node": "0.12.x",
"npm": "3.3.x"
},
"repository": {
"type": "git",
"url": "git@bitbucket.org:labic/hash-web.git"
},
"license": "MIT"
}