-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 722 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 722 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
30
{
"name": "jm0314",
"version": "0.0.1",
"description": "Examples for the article",
"main": "index.js",
"scripts": {
"pretest": "http-server app/ & echo $! > pid",
"test": "karma start --single-run --browsers PhantomJS",
"posttest": "kill `cat pid`;rm pid"
},
"repository": {
"type": "git",
"url": "git://github.com/angularjs-de/jm0314.git"
},
"keywords": [
"angularjs",
"article",
"examples"
],
"author": "Robin Böhm, Philipp Tarasiewicz",
"license": "MIT",
"bugs": {
"url": "https://github.com/angularjs-de/jm0314/issues"
},
"devDependencies": {
"karma": "0.10.8",
"karma-ng-scenario": "0.1.0",
"karma-ng-html2js-preprocessor": "0.1.0"
}
}