-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 730 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 730 Bytes
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
{
"name": "travis-example",
"version": "1.0.0",
"description": "travis ci example",
"main": "index.js",
"scripts": {
"test": "karma start"
},
"author": "mike juniper",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mjuniper/travis-example.git"
},
"bugs": {
"url": "https://github.com/mjuniper/travis-example/issues"
},
"homepage": "https://github.com/mjuniper/travis-example#readme",
"devDependencies": {
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.21",
"karma-cli": "^0.1.2",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs": "^2.1.3",
"phantomjs-prebuilt": "^2.1.4"
}
}