forked from hojberg/cssarrowplease
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.12 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "cssarrowplease",
"version": "0.2.2-19",
"author": {
"name": "Simon Højberg",
"email": "[email protected]"
},
"description": "Generate the CSS for a tooltip arrow",
"repository": {
"type": "git",
"url": "git://github.com/hojberg/cssarrowplease.git"
},
"keywords": [
"nodeapps",
"helloworld"
],
"homepage": "http://cssarrowplease.com/",
"scripts": {
"start": "node ./server.js",
"build": "./node_modules/browserify/bin/cmd.js -e app/main.js -o public/js/cssarrowplease.js",
"test": "mocha --require=test/test_helper.js"
},
"dependencies": {
"connect": "~2.0.3",
"browserify": "latest",
"jquery": "latest",
"jsdom": "latest",
"mocha": "latest",
"chai": "latest",
"sinon": "latest",
"sinon-chai": "latest"
},
"engines": {
"node": ">=0.10"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hojberg/cssarrowplease/raw/master/LICENSE"
}
],
"analyze": false,
"optionalDependencies": {},
"subdomain": "cssarrowplease",
"domains": [
"cssarrowplease.com",
"www.cssarrowplease.com"
]
}