forked from gajus/contents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 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
43
44
45
46
47
48
49
{
"name": "contents",
"title": "Contents",
"description": "Table of contents generator.",
"version": "4.0.2",
"author": {
"name": "Gajus Kuizinas",
"email": "gk@anuary.com",
"url": "http://gajus.com"
},
"main": "./dist/es5/index.js",
"devDependencies": {
"babel-loader": "^5.3.2",
"chai": "^3.2.0",
"gitdown": "^1.3.2",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"jquery": "^2.1.4",
"jquery-smooth-scroll": "^1.5.6",
"jsonfile": "^2.2.1",
"karma": "^0.13.9",
"karma-babel-preprocessor": "^5.2.2",
"karma-chai": "^0.1.0",
"karma-html2js-preprocessor": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"mocha": "^2.3.2",
"webpack": "^1.12.1"
},
"keywords": [
"table of contents",
"toc",
"contents"
],
"scripts": {
"test": "gulp test",
"build": "webpack && babel ./src/ --out-dir ./dist/es5/"
},
"repository": {
"type": "git",
"url": "http://github.com/gajus/contents.git"
},
"license": "BSD-3-Clause",
"dependencies": {
"babel": "^5.8.23",
"lodash": "^3.10.1",
"sister": "^3.0.0"
}
}