-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.4 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
47
48
49
50
51
52
{
"name": "Dreddit",
"version": "1.0.0",
"description": "Web app for ndn based reddit.",
"main": "index.js",
"dependencies": {
"angular": "^1.7.5",
"angular-ui-bootstrap": "^2.5.6",
"bower": "^1.8.4",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.4.2",
"gulp-autoprefixer": "^2.3.1",
"gulp-bump": "^0.3.1",
"gulp-bytediff": "^0.2.0",
"gulp-clean-css": "^3.4.1",
"gulp-concat": "^2.3.3",
"gulp-filter": "^2.0.2",
"gulp-header": "^1.2.2",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^1.0.1",
"gulp-jscs": "^1.1.2",
"gulp-jshint": "^1.7.1",
"gulp-less": "^3.0.1",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.0.1",
"gulp-print": "^1.1.0",
"gulp-replace": "^0.5.4",
"gulp-rev": "^5.1.0",
"gulp-rev-replace": "^0.4.2",
"gulp-sourcemaps": "^1.1.5",
"gulp-task-listing": "^1.0.0",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^1.0.2",
"gulp-util": "^3.0.1",
"gulp-webserver": "^0.9.1",
"ndn-js": "git+https://github.com/named-data/ndn-js.git",
"path": "^0.12.7",
"run-sequence": "^2.2.1",
"wiredep": "^4.0.0",
"yargs": "^12.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}