Skip to content

Commit

Permalink
chore(package.json): add simple package.json with npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed May 23, 2012
1 parent 4511d39 commit 5214c1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gen_docs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
if [ ! -e gen_docs.disable ]; then
jasmine-node docs/spec --noColor && node docs/src/gen-docs.js
./node_modules/.bin/jasmine-node docs/spec --noColor && node docs/src/gen-docs.js
fi
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "AngularJS",
"version": "0.0.0",
"dependencies" : {
"jasmine-node" : "*",
"q-fs" : "*",
"qq" : "*"
}
}

0 comments on commit 5214c1d

Please sign in to comment.