forked from urbantumbleweed/noterious
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 933 Bytes
/
package.json
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
30
31
32
33
34
35
36
{
"name": "noterious",
"version": "0.0.0",
"description": "AngularJS note board built using Firebase.",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/gulp/bin/gulp.js test"
},
"repository": {
"type": "git",
"url": "git://github.com/simpulton/noterious.git"
},
"author": {
"name": "Lukas Ruebbelke",
"email": "lukas@onehungrymind.com",
"url": "http://onehungrymind.com/"
},
"bugs": {
"url": "https://github.com/simpulton/noterious/issues"
},
"homepage": "https://github.com/simpulton/noterious",
"dependencies": {
"angular": "1.3.14",
"angular-animate": "1.3.14",
"firebase": "2.2.2"
},
"devDependencies": {
"angular-mocks": "1.3.14",
"gulp": "3.8.11",
"karma": "0.12.31",
"karma-chrome-launcher": "0.1.3",
"karma-jasmine": "0.2.2",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "0.1.4"
}
}