UNPKG

826 BJSONView Raw
1{
2 "name": "formide-interface-example",
3 "version": "0.3.26",
4 "homepage": "https://github.com/PRINTR3D/formide-interface/tree/master/example",
5 "authors": [
6 "Bouke Regnerus <bouke@printr.nl>"
7 ],
8 "license": "GNU General Public License (http://www.gnu.org/licenses)",
9 "description": "",
10 "keywords": [
11 "PRINTR",
12 "FORMIDE",
13 "FORMIDEOS",
14 "Interface",
15 "3D Printing",
16 "NodeJS",
17 "AngularJS",
18 "JS",
19 "SASS",
20 "CSS",
21 "Bower",
22 "Grunt"
23 ],
24 "moduleType": [
25 "es6"
26 ],
27 "main": "./index.js",
28 "ignore": [
29 "**/.*",
30 "./app",
31 "./public",
32 "./source",
33 "node_modules",
34 "bower_components",
35 "test",
36 "tests",
37 "compass-*/*.rb"
38 ],
39 "dependencies": {},
40 "devDependencies": {
41 "formide-platform": "PRINTR3D/formide-platform#latest"
42 }
43}