-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.5 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.5 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
{
"name": "jscript",
"version": "1.0.0",
"description": "Not another JavaScript playground",
"main": "gulpfile.js",
"keywords": [
"gulp",
"bower",
"javascript",
"sass",
"playground"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/thibaudbe/jscript.git"
},
"author": "Thibaud B. <contact@thibaudb.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/thibaudbe/jscript/issues"
},
"homepage": "https://github.com/thibaudbe/jscript",
"devDependencies": {
"browser-sync": "^2.0.1",
"browserify": "^10.2.3",
"del": "^1.1.1",
"event-stream": "^3.2.2",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-browserify": "^0.5.1",
"gulp-combine-media-queries": "^0.2.0",
"gulp-concat": "^2.4.3",
"gulp-cssmin": "^0.1.6",
"gulp-duration": "0.0.0",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.9.2",
"gulp-livereload": "^3.7.0",
"gulp-load-plugins": "^0.8.0",
"gulp-react": "^3.0.1",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^1.0.0-alpha.3",
"gulp-size": "^1.2.0",
"gulp-uglifyjs": "^0.6.0",
"gulp-util": "^3.0.3",
"gulp-watch": "^4.1.1",
"reactify": "^1.1.0"
},
"dependencies": {
"events": "^1.0.2",
"keymirror": "^0.1.1",
"object-assign": "^2.0.0",
"react": "^0.13.0",
"react-document-title": "^1.0.2",
"react-tools": "^0.13.0",
"reflux": "^0.2.7"
}
}