-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 870 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
{
"name": "angular-todo-escape",
"version": "1.0.0",
"description": "Don't use this. But it is a cool directive :)",
"main": "src/todo-escape.js",
"scripts": {
"test": "karma start --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular-todo-mvc/angular-todo-escape.git"
},
"keywords": [
"dont",
"use",
"me",
"i",
"am",
"fake"
],
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular-todo-mvc/angular-todo-escape/issues"
},
"peerDependencies": {
"angular": "^1.2.x || ^1.3.0-rc.5 || ^1.4.0-beta.0 || ^1.5.0-beta.0"
},
"homepage": "https://github.com/angular-todo-mvc/angular-todo-escape#readme",
"devDependencies": {
"angular": "1.4.6",
"angular-mocks": "1.4.6"
}
}