-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "sightline",
"version": "0.2.0",
"description": "Demonstrate your CLI with animated examples.",
"homepage": "https://sightline.surge.sh",
"license": "MIT",
"repository": "[email protected]:chloi/sightline.git",
"main": "jquery.sightline.js",
"author": "Chloi Inc. <[email protected]>",
"contributors": [
"Jorge Pedret <[email protected]> (http://jorgepedret.com)",
"Kenneth Ormandy <[email protected]> (http://kennethormandy.com)"
],
"keywords": [
"jquery",
"plugin",
"cli",
"animation",
"syntax",
"documentation"
],
"dependencies": {
"blast-text": "^2.0.0",
"jquery": "^2.0.0"
},
"devDependencies": {
"harp": "^0.17.0",
"surge": "^0.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified…yet! Pull requests on kennethormandy/seeLI are greatly appriciated.\" && exit 1",
"start": "harp server && echo \"Visit http://localhost:9000/examples\"",
"compile": "harp compile examples/ -o ../www",
"deploy": "npm run compile && surge www sightline.surge.sh"
}
}