We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08f4b3 commit 79b8aaeCopy full SHA for 79b8aae
package.json
@@ -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