forked from codypearce/codegroundjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 834 Bytes
/
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
{
"name": "codegroundjs",
"version": "0.1.7",
"description": "",
"main": "src/codeground.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "gulp lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codypearce/codegroundjs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codypearce/codegroundjs/issues"
},
"homepage": "https://github.com/codypearce/codegroundjs#readme",
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^3.0.0",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^4.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.1",
"gulp-webserver": "^0.9.1",
"mocha": "^3.2.0"
}
}