forked from mozilla/learning.mozilla.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.58 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "teach.mozilla.org",
"version": "0.0.28",
"description": " Initial attempt at implementing Webmaker Learning front-page.",
"dependencies": {
"bootstrap": "^3.3.4",
"chalk": "^1.0.0",
"classnames": "^2.2.1",
"es5-shim": "^4.1.0",
"express": "^4.12.3",
"font-awesome": "^4.3.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-gzip": "^1.0.0",
"gulp-if": "^1.2.5",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.2",
"gulp-less": "^3.0.1",
"gulp-minify-css": "^1.0.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-s3": "^0.3.0",
"gulp-sitemap": "^2.0.1",
"gulp-sourcemaps": "^1.5.0",
"gulp-util": "^3.0.4",
"gulp-webpack": "^1.2.0",
"imports-loader": "^0.6.3",
"json-loader": "^0.5.1",
"jsx-loader": "^0.12.2",
"leaflet.markercluster": "^0.4.0",
"lwip": "0.0.8",
"mapbox.js": "^2.1.5",
"merge-stream": "^0.1.7",
"minimatch": "^2.0.8",
"minimist": "^1.1.1",
"mocha": "^2.1.0",
"mofo-style": "^1.0.1",
"moment": "^2.10.3",
"react": "^0.13.1",
"react-ga": "^1.0.12",
"react-router": "^0.13.2",
"react-select": "0.4.6",
"replace-ext": "0.0.1",
"should": "^5.1.0",
"source-map-support": "^0.2.10",
"superagent": "^1.1.0",
"svgo": "^0.5.2",
"through2": "^2.0.0",
"underscore": "^1.8.2",
"url-template": "^2.0.6",
"val-loader": "^0.5.0",
"vinyl": "^0.4.6",
"webpack": "^1.6.0"
},
"devDependencies": {
"mocha-phantomjs": "^4.0.1",
"simplecrawler": "^0.5.2",
"supertest": "^1.0.1",
"marked": "^0.3.3",
"open": "0.0.5"
},
"scripts": {
"postinstall": "gulp postinstall",
"pretest": "rm -rf dist",
"test": "gulp smoketest && mocha test/*.test.js && npm run browsertest && gulp lint-test && npm run spider",
"spider": "node test/browser/spider.js",
"browsertest": "node test/browser/run-in-phantom.js",
"presmoketest": "rm -rf dist",
"smoketest": "gulp smoketest",
"pres3": "rm -rf dist",
"s3": "gulp s3",
"pretravis-after-success": "rm -rf dist",
"travis-after-success": "gulp travis-after-success",
"preapp": "rm -rf dist",
"app": "gulp app",
"prebuild": "rm -rf dist",
"build": "gulp",
"prestart": "rm -rf dist",
"start": "gulp watch"
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/teach.mozilla.org.git"
},
"author": "",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/mozilla/teach.mozilla.org/issues"
},
"homepage": "https://github.com/mozilla/teach.mozilla.org"
}