-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 979 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 979 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
37
38
39
40
41
42
{
"name": "net.js",
"version": "0.6.0",
"description": "Minimalistic network communications for browsers",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"dependencies": {
"grunt": "~0.4.4",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-qunit": "~0.4.0"
},
"devDependencies": {
"almond": "^0.2.9",
"express": "^3.5.1",
"formidable": "^1.0.14",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-watch": "~0.6.0",
"grunt-express": "~1.2.1",
"grunt-jasmine-runner": "~0.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/mattking17/net.js"
},
"keywords": [
"ajax",
"network",
"json"
],
"author": "Matt King",
"license": "MIT",
"bugs": {
"url": "https://github.com/mattking17/net.js/issues"
}
}