forked from mozilla/webmaker-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.71 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.71 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "webmaker",
"version": "0.1.7",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/webmaker-app"
},
"scripts": {
"test": "gulp test",
"start": "gulp dev"
},
"main": "export.js",
"dependencies": {
"clone": "0.1.18",
"event-emitter": "0.3.1",
"fastclick": "1.0.3",
"firebase": "2.0.4",
"langmap": "0.0.9",
"localforage": "1.1.1",
"lodash.throttle": "2.4.1",
"moment": "2.9.0",
"page": "1.5.0",
"sortable": "git://github.com/k88hudson/Sortable#webmaker-app",
"vue": "git://github.com/k88hudson/vue#csp-10.6",
"watchjs": "0.0.0",
"webmaker-app-icons": "git://github.com/k88hudson/ionicons#webmaker-app",
"xhr": "1.16.1"
},
"devDependencies": {
"browserify": "6.3.2",
"bulk-require": "0.2.1",
"bulkify": "1.0.2",
"esprima": "^1.2.2",
"exorcist": "^0.1.6",
"fs-extra": "0.11.1",
"glob": "4.0.5",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^2.0.0",
"gulp-exit": "0.0.2",
"gulp-jsbeautifier": "0.0.4",
"gulp-jscs": "1.3.1",
"gulp-jshint": "1.8.4",
"gulp-less": "3.0.1",
"gulp-minify-css": "0.3.11",
"gulp-mocha": "1.0.0",
"gulp-plumber": "0.6.6",
"gulp-run": "^1.6.4",
"gulp-sourcemaps": "1.2.4",
"gulp-svgmin": "1.1.1",
"gulp-template": "1.1.1",
"gulp-util": "3.0.1",
"gulp-webserver": "0.8.0",
"habitat": "3.0.0",
"merge-stream": "0.1.6",
"mockrequire": "0.0.3",
"mofo-style": "^1.0.1",
"node-appcache-generator": "k88hudson/node-appcache-generator",
"node-static": "0.7.4",
"partialify": "3.1.1",
"run-sequence": "^1.0.2",
"tv4": "^1.1.4",
"watchify": "^2.3.0",
"webmaker-download-locales": "0.2.5"
}
}