-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·39 lines (39 loc) · 1.07 KB
/
package.json
File metadata and controls
executable file
·39 lines (39 loc) · 1.07 KB
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": "expressionist",
"version": "0.9.0",
"description": "An authoring tool for text generation in computational media",
"main": "index.js",
"scripts": {
"build": "node ./node_modules/webpack/bin/webpack.js --progress --colors"
},
"dependencies": {
"alt": "^0.18.6",
"babel": "^5.0.0",
"babel-core": "^5.0.0",
"babel-loader": "^5.0.0",
"classnames": "^2.2.5",
"es6-promise": "^3.3.1",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"react": "^15.5.4",
"react-autocomplete": "^1.8.1",
"react-bootstrap": "^0.30.8",
"react-bootstrap-button-loader": "^1.0.4",
"react-dom": "^15.5.4",
"react-router": "^3.0.5",
"react-router-bootstrap": "^0.23.1",
"uniq": "^1.0.1",
"webpack": "^2.4.1"
},
"devDependencies": {},
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/james-owen-ryan/expressionist"
},
"author": "James Ryan, Tyler Brothers, and Ethan Seither",
"license": "MIT License",
"bugs": {
"url": "https://github.com/james-owen-ryan/expressionist/issues"
}
}