-
Notifications
You must be signed in to change notification settings - Fork 79
/
Copy pathpackage.json
128 lines (128 loc) · 3.67 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "prototypo",
"version": "1.0.0",
"dependencies": {
"babel": "~6.3.0",
"bluebird": "^3.1.1",
"classnames": "^2.1.2",
"del": "^1.2.0",
"draft-js": "^0.8.1",
"elzevir.ptf": "byte-foundry/elzevir.ptf#release",
"escape-string-regexp": "^1.0.5",
"hoodie-client": "^3.4.0",
"john-fell.ptf": "byte-foundry/john-fell.ptf#release",
"jsdiff": "^1.1.1",
"jszip": "^2.5.0",
"lifespan": "FranzPoize/lifespan#master",
"lodash": "~4.14.0",
"md5": "^2.1.0",
"moment": "^2.10.3",
"nexus-flux": "FranzPoize/nexus-flux#master",
"nexus-flux-socket.io": "FranzPoize/nexus-flux-socket.io#master",
"node-uuid": "^1.4.3",
"normalize.css": "^3.0.3",
"please-wait": "0.0.5",
"pouchdb": "^3.6.0",
"pouchdb-authentication": "^0.4.0",
"pouchdb-hoodie-api": "^1.0.3",
"prototypo-canvas": "~1.14.0",
"prototypo.js": "~1.14.0",
"react": "^15.0.0",
"react-addons-create-fragment": "^15.0.0",
"react-addons-css-transition-group": "^15.0.2",
"react-addons-pure-render-mixin": "^15.0.2",
"react-dom": "^15.0.0",
"react-draggable": "^2.2.1",
"react-joyride": "^1.4.7",
"react-json-pretty": "^1.2.0",
"react-router": "^2.0.0",
"react-scrollbar": "^0.4.1",
"react-select": "^1.0.0-beta13",
"remutable": "FranzPoize/remutable#master",
"slug": "^0.9.1",
"tether": "^1.1.0",
"venus.ptf": "byte-foundry/venus.ptf#release",
"xxhashjs": "^0.1.1"
},
"devDependencies": {
"babel-core": "^6.9.0",
"babel-eslint": "^4.1.8",
"babel-loader": "^6.2.1",
"babel-plugin-syntax-async-functions": "^6.8.0",
"babel-plugin-transform-class-properties": "^6.9.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-regenerator": "^6.9.0",
"babel-polyfill": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-project-relative-import": "^2.0.0",
"base64-loader": "^1.0.0",
"chai": "^3.4.1",
"css-loader": "^0.23.1",
"envify": "^3.4.0",
"eslint": "^1.10.3",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-react": "^3.16.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.5.2",
"gulp-cssnano": "^2.1.0",
"gulp-eslint": "^0.14.0",
"gulp-filter": "^2.0.2",
"gulp-mocha": "^2.1.1",
"gulp-nightwatch": "0.2.7",
"gulp-rev": "^6.0.1",
"gulp-rev-replace": "^0.4.2",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.0",
"gulp-util": "^3.0.5",
"if-loader": "^1.0.1",
"import-glob-loader": "^1.1.0",
"jshint-stylish": "~2.0.0",
"lodash.assign": "^3.2.0",
"mocha": "^2.3.4",
"nightwatch": "^0.8.15",
"node-sass": "^3.4.2",
"prelude-loader": "^0.1.0",
"react-hot-loader": "^1.3.0",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"surge": "^0.14.2",
"through": "^2.3.7",
"transform-loader": "^0.2.3",
"url-loader": "^0.5.7",
"vatrates": "^1.2.1",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0",
"whatwg-fetch": "^0.9.0"
},
"engines": {
"node": ">=0.12.0"
},
"description": "Prototypo, kickstarting font creation",
"main": "gulpfile.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "gulp serve",
"debug": "gulp debug"
},
"repository": {
"type": "git",
"url": "https://github.com/byte-foundry/prototypo.git"
},
"author": "YM & LRB",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/byte-foundry/prototypo/issues"
},
"browserify": {
"transform": [
"envify"
]
}
}