-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.16 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.16 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
{
"name": "codebasket",
"version": "1.0.1",
"description": "",
"main": "./lib/index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodePicnic/codebasket.git"
},
"keywords": [
"console"
],
"author": "Gustavo Leon",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodePicnic/codebasket/issues"
},
"homepage": "https://github.com/CodePicnic/codebasket#readme",
"devDependencies": {
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-jscs": "^3.0.2",
"gulp-mocha-phantomjs": "^0.10.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.5.1",
"mocha": "^2.3.4",
"reactify": "^1.1.1",
"vinyl-source-stream": "^1.1.0",
"yargs": "^3.31.0"
},
"dependencies": {
"lodash": "^3.10.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-render-html": "^0.1.6",
"react-split-pane": "^0.1.22",
"xss-filters": "^1.2.7"
}
}