Skip to content

Commit 79b8aae

Browse files
Initial package.json.
1 parent d08f4b3 commit 79b8aae

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "angularcontext",
3+
"version": "0.0.1",
4+
"description": "Use AngularJS in Node applications",
5+
"author": "Martin Atkins <[email protected]>",
6+
"keywords": ["angularjs"],
7+
"repository": {
8+
"type": "git",
9+
"url": "git://github.com/apparentlymart/node-angularcontext.git"
10+
},
11+
"main": "./lib/main",
12+
"scripts": {
13+
"test": "nodeunit tests/"
14+
},
15+
"licenses": [
16+
{
17+
"type": "MIT",
18+
"url": "http://github.com/apparentlymart/node-angularcontext/blob/master/LICENSE"
19+
}
20+
],
21+
"dependencies": {
22+
"contextify": ">=0.1.6"
23+
},
24+
"devDependencies": {
25+
"nodeunit": "*"
26+
}
27+
}

0 commit comments

Comments
 (0)