forked from adobe-photoshop/spaces-design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
50 lines (50 loc) · 1.34 KB
/
bower.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
{
"name": "spaces-design",
"version": "0.6.0",
"authors": [
"Barkin Aygun <[email protected]>",
"Joel Brandt <[email protected]>",
"Jeffrey Cohen <[email protected]>",
"Eric Haseltine <[email protected]>",
"Cory McIlroy <[email protected]>",
"Kaori Mikawa <[email protected]>",
"Tim Riot Riherd <[email protected]>",
"Chad Rolfs <[email protected]>",
"Ian Wehrman <[email protected]>"
],
"description": "Adobe Photoshop Design Space",
"main": "src/index.html",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"spaces-adapter": "https://github.com/adobe-photoshop/spaces-adapter.git#~0.14.0",
"generator-connection": "https://github.com/adobe-photoshop/generator-connection.git#~2",
"requirejs": "~2.1.17",
"requirejs-text": "~2.0.14",
"requirejs-i18n": "~2.0.4",
"bluebird": "~2.9.9",
"jsx-requirejs-plugin": "~0.6.0",
"fluxxor": "~1.5.3",
"eventEmitter": "~4.2.11",
"less": "~2.5.0",
"lodash": "~3.8.0",
"loglevel": "~1.2.0",
"react": "~0.13.3",
"mathjs": "~1.6.0",
"tinycolor": "~1.1.2",
"d3": "~3.5.5",
"immutable": "~3.7.2",
"classnames": "~2.1.0"
},
"devDependencies": {
"qunit": "~1.18.0",
"qunit-promises": "~0.1.4"
}
}