-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 840 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 840 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
31
32
{
"name": "ractive-controls",
"version": "0.0.0",
"description": "a bunch of ractive controls",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "stylus --compress client/stylus/index.styl --out client/css && node app"
},
"repository": {
"type": "git",
"url": "https://github.com/MethodExists/ractive-controls.git"
},
"keywords": [
"ractive.js",
"frontend",
"controls"
],
"author": "Method Exist Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/MethodExists/ractive-controls/issues"
},
"homepage": "https://github.com/MethodExists/ractive-controls",
"dependencies": {
"connect": "^3.0.1",
"connect-route": "^0.1.4",
"glob": "^4.0.2",
"handlebars": "^2.0.0-alpha.4",
"serve-static": "^1.2.3"
}
}