forked from philgruneich/barefoot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
{
"name": "barefoot",
"version": "2.0.2",
"description": "A lightweight Bigfoot.js alternative in Vanilla Javascript for beautiful footnotes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/philgruneich/<b></b>arefoot.git"
},
"keywords": [
"footnote",
"markdown",
"bigfoot"
],
"author": "Chris Sauve and Phillip Gruneich",
"license": "MIT",
"bugs": {
"url": "https://github.com/philgruneich/barefoot/issues"
},
"homepage": "https://github.com/philgruneich/barefoot#readme",
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-eslint": "^5.0.0",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-preset-es2015": "^6.6.0",
"browser-sync": "^2.11.1",
"cssnano": "^3.5.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^2.0.0",
"gulp-nodemon": "^2.0.6",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7"
}
}