-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.16 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": "remember_good_days",
"version": "1.0.0",
"description": "Chrome Extension to show your best photos on social when you open a new tab",
"main": "index.js",
"dependencies": {
"angular": "^1.4.1",
"angular-animate": "^1.4.1",
"angular-local-storage": "^0.2.2",
"angular-route": "^1.4.1",
"browserify": "^10.2.0",
"cli-color": "^1.0.0",
"dependants-parser": "0.0.5",
"gulp-browserify": "^0.5.1",
"gulp-changed": "^1.2.1",
"gulp-jade": "^1.0.1",
"gulp-stylus": "^2.0.1",
"jade": "^1.9.2",
"run-sequence": "^1.1.0",
"stringify": "^3.1.0",
"tiny-lr": "^0.1.5",
"walkdir": "0.0.9"
},
"devDependencies": {
"gulp": "^3.8.11"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/walbell/Remember-Good-Days.git"
},
"keywords": [
"angular",
"css",
"html5",
"chrome",
"extension"
],
"author": "Walter Bellante",
"license": "ISC",
"bugs": {
"url": "https://github.com/walbell/Remember-Good-Days/issues"
},
"homepage": "https://github.com/walbell/Remember-Good-Days"
}