forked from kitspace/kitspace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1014 Bytes
/
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
31
32
33
34
35
36
37
38
39
{
"name": "kitnic",
"version": "1.0.0",
"repository": "[email protected]:monostable/kitnic",
"description": "",
"main": "",
"devDependencies": {
"1-click-bom": "^0.4.1",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"coffee-script": "^1.9.2",
"coffeeify": "^2.0.1",
"gerber-to-svg": "^0.4.2",
"globule": "^0.2.0",
"http-server": "^0.8.0",
"js-yaml": "^3.3.1",
"jsdom": "^7.2.2",
"jszip": "^2.5.0",
"ninja-build-gen": "^0.2.1",
"pcb-stackup": "^0.0.4",
"persistify": "^1.0.0",
"react": "^0.14.5",
"react-document-title": "^2.0.1",
"react-dom": "^0.14.5",
"react-search-input": "^0.6.0",
"reactify": "^1.1.1",
"source-map-support": "^0.4.0",
"svgo": "^0.6.1",
"uglifyify": "^3.0.1",
"uglifyjs": "^2.4.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kaspar Emanuel",
"license": "CPAL-1.0"
}