-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
47 lines (47 loc) · 1.25 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
{
"name": "baltimorenodeschool.github.io",
"version": "1.0.0",
"description": "Baltimore nodeschool website and event planning forum",
"repository": {
"type": "git",
"url": "git://github.com/baltimorenodeschool/baltimorenodeschool.github.io.git"
},
"author": "Jason Rhodes",
"license": "MIT",
"bugs": {
"url": "https://github.com/baltimorenodeschool/baltimorenodeschool.github.io/issues"
},
"scripts": {
"start": "gulp serve",
"build": "gulp build"
},
"homepage": "https://github.com/baltimorenodeschool/baltimorenodeschool.github.io",
"devDependencies": {
"chai": "^1.9.1",
"gulp": "^3.5.2",
"gulp-browserify": "^0.5.0",
"gulp-jshint": "~1.4.2",
"gulp-notify": "~0.6.2",
"gulp-pagemaki": "^1.0.0-alpha",
"gulp-ruby-sass": "~0.3.0",
"gulp-sass": "^2.2.0",
"gulp-util": "~2.2.14",
"jshint-stylish": "~0.1.5",
"minimist": "^1.2.0",
"mocha": "^1.18.2",
"node-underscorify": "0.0.3",
"path": "~0.4.9",
"sinon": "^1.9.0",
"underscore": "^1.6.0"
},
"dependencies": {
"browserify": "^3.32.1",
"express": "^4.13.3",
"js-yaml": "^3.4.3",
"lodash": "^3.10.1",
"marked": "^0.3.5",
"moment": "^2.10.6",
"through": "^2.3.4",
"yargs": "^3.29.0"
}
}