-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "notefire",
"author": {
"name": "Bob Zurad",
"url": "https://twitter.com/bobzurad"
},
"description": "A simple notes app.",
"version": "0.2.0",
"homepage": "https://www.notefireapp.com/",
"repository": "https://github.com/bobzurad/NoteFire",
"private": true,
"license": "MIT",
"devDependencies": {
"angular": "~1.5.0",
"angular-route": "~1.5.0",
"angular-sanitize": "^1.5.8",
"angular-ui-tinymce": "0.0.16",
"angularfire": "^2.0.0",
"bootstrap": "^4.1.1",
"express": "^4.14.0",
"firebase": "^3.0.0",
"font-awesome": "^4.6.3",
"grunt": "^1.0.1",
"grunt-angular-templates": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^2.0.0",
"jquery": "^3.3.1",
"requirejs": "^2.1.22",
"requirejs-text": "^2.0.12",
"sjcl": "^1.0.3",
"tether": "^1.1.1",
"tinymce": "^4.4.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "grunt",
"prestart": "npm install",
"start": "node server.js",
"pretest": "npm install"
},
"dependencies": {
"popper.js": "^1.14.3"
}
}