-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1016 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
36
37
38
39
40
41
{
"name": "remoteSign",
"version": "1.0.0",
"description": "",
"main": "\"\"",
"dependencies": {
"express": "^4.11.2",
"express-admin": "^1.2.6",
"express.io": "^1.1.13",
"jade": "^1.9.2",
"nedb": "^1.1.1",
"node-schedule": "^0.1.16"
},
"devDependencies": {
"coffee-script": "^1.9.0",
"gulp": "^3.8.11",
"gulp-cached": "^1.0.2",
"gulp-coffee": "^2.3.1",
"gulp-coffee-istanbul": "^0.7.0",
"gulp-coffeelint": "^0.4.0",
"gulp-coveralls": "^0.1.3",
"gulp-express": "^0.1.7",
"gulp-livereload": "^3.7.0",
"gulp-mocha": "^2.0.0",
"gulp-nodemon": "^1.0.5",
"gulp-watch": "^4.1.1"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/mrmakeit/Remote-Sign.git"
},
"author": "Blixa Morgan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrmakeit/Remote-Sign/issues"
},
"homepage": "https://github.com/mrmakeit/Remote-Sign"
}