-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 950 Bytes
/
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
{
"name": "emotiq",
"version": "0.1.0",
"description": "Scrapes news articles to run sentiment analysis to correlate to sentiment to stock prices.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/breadchris/emotiq"
},
"author": "Scott Smith",
"license": "ISC",
"bugs": {
"url": "https://github.com/breadchris/emotiq/issues"
},
"homepage": "http://emotiq.me",
"devDependencies": {
"autoprefixer": "^6.5.0",
"boomsvgloader": "0.0.2",
"css-mqpacker": "^5.0.1",
"cssnano": "^3.7.5",
"gulp": "gulpjs/gulp#4.0",
"gulp-concat": "^2.6.0",
"gulp-postcss": "^6.2.0",
"gulp-sourcemaps": "^2.1.1",
"gulp-svg-sprite": "^1.3.6",
"gulp-uglify": "^2.0.0",
"normalize.css": "^5.0.0",
"postcss-custom-properties": "^5.0.1",
"postcss-import": "^8.1.2",
"postcss-nested": "^1.0.0"
}
}