-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 771 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 771 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": "tern-protractor",
"license": "MIT",
"version": "0.2.0",
"main": "protractor.js",
"author": "Angelo ZERR <angelo.zerr@gmail.com>",
"description": "A Tern plugin adding support for Protractor. E2E test framework for Angular apps.",
"repository": {
"type": "git",
"url": "git://github.com/angelozerr/tern-protractor.git"
},
"scripts": {
"test": "node ./test/all.js",
"publish": "node ./scripts/git-tag.js"
},
"dependencies": {
"tern": "^0.17.0"
},
"devDependencies": {
"test": ">=0.0.5",
"codemirror": "^5.10.0",
"codemirror-extension": "^0.2.0",
"codemirror-javascript": "^0.2.0",
"tern-jasmine": "^0.2.0"
},
"keywords": [
"tern",
"protractor"
]
}