-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 921 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
37
38
39
{
"name": "angular-tutorial",
"version": "0.0.1",
"description": "angularjs tutorial",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:boiawang/angular-tutorial.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"angular",
"js",
"test",
"tutorial"
],
"author": "boia wang",
"license": "ISC",
"devDependencies": {
"coffee-script": "^1.8.0",
"gulp": "^3.8.10",
"gulp-coffee": "^2.2.0",
"gulp-copy": "0.0.2",
"gulp-jade": "^0.10.0",
"gulp-karma": "0.0.4",
"gulp-util": "^3.0.1",
"jasmine-core": "^2.1.3",
"jasmine-jquery": "^2.0.5",
"karma": "^0.12.28",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.4",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"main-bower-files": "^2.4.1"
}
}