-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.82 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "breadboard-circuits",
"version": "1.0.0",
"description": "Breadboard Circuits is an HTML5 schematic editor for the web.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cdog/breadboard-circuits.git"
},
"keywords": [
"breadboard",
"circuits",
"editor",
"html5",
"schematic",
"wyliodrin"
],
"author": "Cătălin Dogaru",
"license": "MIT",
"bugs": {
"url": "https://github.com/cdog/breadboard-circuits/issues"
},
"homepage": "https://github.com/cdog/breadboard-circuits#readme",
"dependencies": {
"angular": "^1.5.5",
"angular-animate": "^1.5.5",
"angular-aria": "^1.5.5",
"angular-material": "^1.0.7",
"angular-messages": "^1.5.5",
"d3": "^3.5.16",
"jquery": "^1.12.2"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-eslint": "^4.1.8",
"debug": "^2.2.0",
"fs-extra": "^0.26.7",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-build-control": "^0.6.3",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-csslint": "^0.5.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-htmlmin": "^0.6.0",
"grunt-contrib-less": "^1.2.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-csscomb": "^3.1.0",
"grunt-eslint": "^17.3.2",
"grunt-jscs": "^2.8.0",
"grunt-postcss": "^0.7.2",
"jit-grunt": "^0.9.1",
"q": "^1.4.1",
"time-grunt": "^1.2.2",
"xml2js": "^0.4.16"
},
"peerDependencies": {
"angular": "@>=1.3 <1.6",
"angular-animate": "^@>=1.3 <1.6",
"angular-aria": "@>=1.3 <1.6",
"angular-messages": "@>=1.3 <1.6"
},
"private": true
}