-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 812 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 812 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
{
"name": "sparkcore",
"version": "0.0.1",
"preferGlobal": true,
"author": "Technobly <technobly@gmail.com>",
"description": "Spark Core Web App - An amazing web based interface for your Spark Core. It uses the power of Node.js, Express, Jade, Stylus for the backend, jQuery and AngularJS for the frontend, and the Spark API to let you remote control your own Spark Core. Simply log into your device, and take control... from anywhere in the world! Fork us on Github.com and make your own!",
"private": true,
"contributors": [
{
"name": "Technobly",
"email": "technobly@gmail.com"
}
],
"dependencies": {
"express": "3.3.x",
"jade": "*",
"stylus": "*",
"nodetime": "*"
},
"license": "MIT",
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
}
}