Skip to content

Commit 5214c1d

Browse files
committed
chore(package.json): add simple package.json with npm dependencies
1 parent 4511d39 commit 5214c1d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

gen_docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
if [ ! -e gen_docs.disable ]; then
3-
jasmine-node docs/spec --noColor && node docs/src/gen-docs.js
3+
./node_modules/.bin/jasmine-node docs/spec --noColor && node docs/src/gen-docs.js
44
fi

package.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "AngularJS",
3+
"version": "0.0.0",
4+
"dependencies" : {
5+
"jasmine-node" : "*",
6+
"q-fs" : "*",
7+
"qq" : "*"
8+
}
9+
}

0 commit comments

Comments
 (0)