forked from davidmz/BetterFeed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 727 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 727 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
{
"name": "BetterFeed",
"version": "1.0.0",
"description": "FreeFeed new functions",
"author": "David Mzareulyan",
"license": "MIT",
"homepage": "https://github.com/davidmz/BetterFeed",
"devDependencies": {
"babel-loader": "^5.3.2",
"browserify": "latest",
"css-loader": "latest",
"gulp": "latest",
"gulp-uglify": "latest",
"less-loader": "latest",
"style-loader": "latest",
"url-loader": "^0.5.6",
"vinyl-buffer": "latest",
"vinyl-source-stream": "latest",
"watchify": "latest",
"webpack": "latest"
},
"scripts": {
"build": "node build.js"
},
"dependencies": {
"babel": "^5.8.23",
"ff-url-finder": "^2.0.1",
"whatwg-fetch": "^0.10.1"
}
}