forked from mixi-inc/JavaScriptTraining
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
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": "mixi-js-training",
"version": "0.0.0",
"description": "Training course repository for JavaScript by mixi",
"main": "index.js",
"scripts": {
"postinstall": "bower install",
"help": "gulp help",
"serve": "gulp serve",
"presentation": "reveal-md README.md --theme solarized --separator '^\\n\\n\\n' --verticalSeparator '^\\n\\n'"
},
"repository": {
"type": "git",
"url": "https://github.com/mixi-inc/JavaScriptTraining.git"
},
"keywords": [
"training"
],
"author": "Kuniwak",
"license": "BSD",
"bugs": {
"url": "https://github.com/mixi-inc/JavaScriptTraining/issues"
},
"homepage": "https://github.com/mixi-inc/JavaScriptTraining",
"devDependencies": {
"body-parser": "^1.12.0",
"event-stream": "^3.3.0",
"express": "^4.12.2",
"gulp": "^3.8.11",
"gulp-csslint": "^0.1.5",
"gulp-eslint": "^0.6.0",
"gulp-help": "^1.3.3",
"gulp-nodemon": "^1.0.5",
"gulp-util": "^3.0.4",
"merge-stream": "^0.1.7",
"stream-combiner2": "^1.0.2"
},
"dependencies": {
"bower": "^1.3.12",
"reveal-md": "0.0.16"
}
}