-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
72 lines (72 loc) · 1.67 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
{
"name": "challenger",
"npmName": "challenger",
"npmFileMap": [
{
"basePath": "/client/dist/",
"files": [
"*"
]
}
],
"version": "1.0.2",
"description": "Pop-up JavaScript challenges in your browser",
"main": "client/dist/challenger.min.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/rileyjshaw/challenger.git"
},
"keywords": [
"programming",
"challenge",
"education",
"analysis",
"learning",
"sandbox"
],
"author": "rileyjshaw <[email protected]> (http://rileyjshaw.com/)",
"license": "MIT",
"devDependencies": {
"6to5ify": "^4.1.1",
"browserify": "^9.0.8",
"chai": "^2.2.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.5.2",
"gulp-gh-pages": "^0.5.1",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.10.0",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.1.0",
"gulp-mocha": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-webserver": "^0.9.0",
"mocha": "^2.2.4",
"reactify": "^1.1.0",
"uglifyify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"bugs": {
"url": "https://github.com/rileyjshaw/challenger/issues"
},
"homepage": "http://rileyjshaw.com/challenger",
"dependencies": {
"acorn": "^1.0.3",
"babel": "^5.1.13",
"codemirror": "^5.2.0",
"flatmap": "0.0.3",
"jshint": "^2.7.0",
"operative": "^0.4.4",
"react": "^0.13.2",
"reflux": "^0.2.7"
}
}