forked from apparentlymart/node-angularcontext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 768 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 768 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
{
"name": "angularcontext",
"version": "0.0.11",
"description": "Use AngularJS in Node applications",
"author": "Martin Atkins <[email protected]>",
"keywords": ["angularjs"],
"repository": {
"type": "git",
"url": "git://github.com/apparentlymart/node-angularcontext.git"
},
"main": "./lib/main",
"scripts": {
"test": "nodeunit tests/",
"lint": "jshint -c .jshintrc lib/* tests/*"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/apparentlymart/node-angularcontext/blob/master/LICENSE"
}
],
"dependencies": {
"jsdom": "~0.8.6"
},
"devDependencies": {
"nodeunit": "*",
"jshint": "2.1.11"
}
}