forked from michaldudak/fp-angular-js-training
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 802 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
{
"name": "AngularJS-Training",
"version": "1.0.0",
"description": "Angular JS Training",
"main": "app.js",
"scripts": {
"start": "node app",
"test": "grunt test"
},
"author": {
"name": "Michał Dudak",
"email": "[email protected]"
},
"repository" : {
"type": "git",
"url": "https://github.com/doodack/fp-angular-js-training.git"
},
"private": true,
"dependencies": {
"express": "~3.6.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"karma": "~0.12.19",
"phantomjs": "~1.9.7",
"karma-phantomjs-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-chrome-launcher": "~0.1.4",
"karma-jasmine": "~0.2.0",
"grunt-karma": "~0.8.3",
"grunt-protractor-runner": "~1.1.0",
"karma-junit-reporter": "~0.2.2",
"jasmine-reporters": "~1.0.0"
}
}