-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (27 loc) · 965 Bytes
/
package.json
File metadata and controls
28 lines (27 loc) · 965 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
{
"name": "newProject"
, "description": ""
, "version": "0.0.0"
, "author": ""
, "dependencies": {
"underscore": "1.2.x"
, "moment": "1.5.x"
, "less": "1.3.0"
, "stylus":"0.25.0"
, "uglify-js":"1.2.6"
, "traverse":"0.6.1"
, "coffee-script":"1.3.1"
, "live-document": "git://github.com/xcoderzach/LiveDocument.git"
, "space-magic": "git://github.com/xcoderzach/SpaceMagic.git"
, "live-view": "git://github.com/xcoderzach/LiveView.git"
, "live-controller": "git://github.com/xcoderzach/LiveController.git"
, "asset-pipeline": "git://github.com/xcoderzach/AssetPipeline.git"
}
, "scripts": {
"start": "./node_modules/.bin/spacemagic server --port 80"
}
, "devDependencies": {
"mocha": "0.13.x"
, "should": "0.3.x"
}
, "engine": "node >= 0.6.0" }