forked from howlowck/rwdwire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 829 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 829 Bytes
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
{
"name": "rwd-wire-two",
"version": "0.2.0",
"description": "Responsive Wireframes",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/Gabs00/rwdwire.git"
},
"keywords": [
"fullstack",
"javascript",
"wireframes"
],
"author": "Gabar Ewen (forked from: howlowck@github)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gabs00/rwdwire/issues"
},
"homepage": "https://github.com/Gabs00/rwdwire",
"dependencies": {
"express": "^4.10.0"
},
"devDependencies": {
"chai": "^1.9.2",
"gulp-mocha": "^1.1.1",
"gulp-util": "^3.0.1",
"mocha": "^2.0.1",
"nodemon": "^1.2.1"
}
}