-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 854 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
{
"name": "format",
"version": "1.0.1",
"description": "format ========",
"main": "format.js",
"directories": {
"test": "tests"
},
"dependencies": {
"karma": "~0.12.6"
},
"devDependencies": {
"karma": "~0.12.6",
"phantomjs": "~1.9.7-3",
"karma-phantomjs-launcher": "~0.1.4",
"karma-jasmine": "~0.1.5",
"karma-coverage": "~0.2.6",
"coveralls": "~2.11.1",
"karma-coveralls": "~0.1.4"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "git://github.com/andrefarzat/format.git"
},
"keywords": [
"intent"
],
"author": "Andre Farzat",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrefarzat/format/issues"
},
"homepage": "https://github.com/andrefarzat/format"
}