forked from wamp-proto/wamp-proto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 846 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": "wamp-proto",
"version": "1.0.0",
"description": "The Web Application Messaging Protocol",
"main": "Gruntfile.js",
"scripts": {
"build": "node ./node_modules/.bin/grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/wamp-proto/wamp-proto.git"
},
"keywords": [
"wamp",
"websocket",
"pubsub",
"rpc"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wamp-proto/wamp-proto/issues"
},
"homepage": "https://github.com/wamp-proto/wamp-proto",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-include-replace": "^5.0.0",
"grunt-replace": "^1.0.1",
"load-grunt-tasks": "^4.0.0"
}
}