-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.68 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "node-linda-base",
"description": "Node-Linda-Base",
"version": "1.0.1",
"private": true,
"scripts": {
"prestart": "./node_modules/grunt-cli/bin/grunt build",
"start": "./node_modules/grunt-cli/bin/grunt server",
"pretest": "./node_modules/grunt-cli/bin/grunt build",
"test": "./node_modules/grunt-cli/bin/grunt test"
},
"dependencies": {
"express": "~3.4.8",
"jade": "~1.1.4",
"direquire": "0.0.3",
"debug": "*",
"socket.io": "~> 1.0",
"linda": "~> 1.0.1",
"lodash": "~2.4.1",
"coffee-script": "~1.6",
"coffee-errors": "~0.8.5",
"grunt": "~0.4.1",
"grunt-cli": "*",
"grunt-contrib-stylus": "~0.12.0",
"grunt-contrib-coffee": "~0.8.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-jade": "~0.9.1",
"grunt-htmlhint": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-imagemin": "~0.5.0",
"grunt-contrib-watch": "git://github.com/gruntjs/grunt-contrib-watch.git",
"grunt-simple-mocha": "~0.4.0",
"grunt-notify": "~0.2.17",
"grunt-coffeelint": "0.0.8",
"grunt-concurrent": "~0.4.2"
},
"devDependencies": {
"supertest": "~0.8.0",
"mocha": "~1.13.0"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git://github.com/node-linda/node-linda-base.git"
},
"keywords": [
"linda"
],
"author": "Sho Hashimoto <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/node-linda/node-linda-base/issues"
},
"homepage": "https://github.com/node-linda/node-linda-base"
}