forked from Khan/live-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.52 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
{
"name": "live-editor",
"version": "0.0.1",
"description": "Live Code Editor",
"main": "dist/live-editor.js",
"scripts": {
"build": "gulp build",
"test": "gulp test",
"build:add": "git add build/"
},
"repository": {
"type": "git",
"url": "https://github.com/Khan/live-editor"
},
"author": "John Resig <jeresig@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Khan/live-editor/issues"
},
"homepage": "https://github.com/Khan/live-editor",
"devDependencies": {
"async": "^0.9.0",
"babel-core": "5.6.18",
"chrome-launcher": "^0.10.2",
"chrome-remote-interface": "^0.25.2",
"chrome-unmirror": "^0.1.0",
"eslint": "3.10.2",
"expect.js": "^0.3.1",
"gulp": "4.0.0",
"gulp-bower": "0.0.7",
"gulp-changed": "^0.4.1",
"gulp-chmod": "^1.2.0",
"gulp-concat": "^2.3.4",
"gulp-declare": "^0.2.0",
"gulp-define-module": "^0.1.1",
"gulp-eol": "^0.1.1",
"gulp-handlebars": "^5.0.0",
"gulp-if": "^1.2.5",
"gulp-mocha-chrome": "^0.1.0",
"gulp-newer": "^0.3.0",
"gulp-symlink": "^2.0.1",
"gulp-util": "^3.0.6",
"handlebars": "4.0.11",
"mocha": "^1.21.4",
"node-static": "^0.7.4",
"object-assign": "^3.0.0",
"pre-commit": "^1.2.2",
"replace-ext": "0.0.1",
"request": "^2.44.0",
"rimraf": "^2.5.4",
"run-sequence": "^0.3.6",
"sinon": "^1.10.3",
"through2": "^2.0.0",
"vinyl-sourcemaps-apply": "^0.1.4"
},
"pre-commit": [
"build",
"test",
"build:add"
]
}