-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 878 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
34
35
{
"name": "hack-this",
"version": "1.0.0",
"description": "A collection of common web programming security mistakes.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lambdacasserole/hack-this.git"
},
"keywords": [
"web",
"programming",
"mistakes",
"security",
"hack"
],
"author": "Saul Johnson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lambdacasserole/hack-this/issues"
},
"homepage": "https://github.com/lambdacasserole/hack-this#readme",
"devDependencies": {
"bower": "^1.8.0",
"es6-promise": "^4.0.5",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-coffee": "^2.3.3",
"gulp-less": "^3.3.0",
"gulp-minify-css": "^1.2.4"
}
}