forked from elixir-lang/ex_doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.99 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "ex_doc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"lint": "node_modules/.bin/gulp lint",
"test": "node_modules/.bin/gulp test",
"build": "node_modules/.bin/gulp build --type production"
},
"pre-commit": [
"lint",
"test",
"build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/elixir-lang/ex_doc.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/elixir-lang/ex_doc/issues"
},
"homepage": "https://github.com/elixir-lang/ex_doc#readme",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.24",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.20",
"cssesc": "^0.1.0",
"del": "^2.0.2",
"eslint": "^1.1.0",
"eslint-config-standard": "^4.0.0",
"eslint-plugin-standard": "^1.2.0",
"flex.less": "^1.1.0",
"gulp": "^3.9.0",
"gulp-batch": "^1.0.5",
"gulp-eslint": "^1.0.0",
"gulp-if": "^1.2.5",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rev": "^6.0.1",
"gulp-size": "^2.0.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4",
"handlebars": "^4.0.2",
"handlebars-loader": "^1.1.0",
"highlight.js": "isagalaev/highlight.js#8.8.0",
"jquery": "^2.1.4",
"karma": "^0.13.8",
"karma-chai-plugins": "^0.6.0",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.7.0",
"less-plugin-autoprefix": "^1.4.2",
"less-plugin-npm-import": "^2.1.0",
"lodash": "^3.10.1",
"lodash.find": "^3.2.1",
"lodash.findkey": "^3.0.1",
"mocha": "^2.2.5",
"normalize.css": "^3.0.3",
"pre-commit": "^1.1.1",
"run-sequence": "^1.1.2",
"webpack": "^1.11.0",
"webpack-stream": "^2.1.0"
}
}