-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.17 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
{
"name": "arc2d",
"version": "3.0.0",
"description": "",
"main": "framework/resources/generators/plopfile.js",
"author": "jaysmith024 <jaysmith024@gmail.com>",
"license": "MIT",
"scripts": {
"start": "http-server ./ --gzip -o index.html",
"seam": "node --inspect node_modules/od-seam/index.js",
"server": "node node_modules/od-server/main.js 3001",
"plop": "plop"
},
"dependencies": {
"http-server": "^0.12.3",
"od-cocoon": "github:Nashorn/od-cocoon#3.0.0",
"od-core-extensions": "github:Nashorn/od-core-extensions#1.0.0",
"od-import-polyfill": "github:Nashorn/od-import-polyfill#1.0.0",
"od-mingo": "github:Nashorn/od-mingo#2.2.4",
"od-observer": "github:Nashorn/od-observer#1.0.0",
"od-paginator": "github:Nashorn/od-paginator#1.0.0",
"od-watcher": "github:Nashorn/od-watcher#1.0.0"
},
"devDependencies": {
"od-toolset": "github:Nashorn/od-toolset#1.0.0",
"od-seam": "github:Nashorn/od-seam#1.0.0",
"od-plopgen-templates": "github:Nashorn/od-plopgen-templates#1.0.0",
"od-server": "github:Nashorn/od-server#1.0.0"
}
}