This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
66 lines (66 loc) · 1.91 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
{
"name": "timeline_storyteller",
"version": "0.1.1",
"description": "an expressive timeline storytelling environment",
"main": "lib/index.js",
"dependencies": {
"binary-loader": "0.0.1",
"css-loader": "^0.27.3",
"ellipsize": "^0.0.3",
"exports-loader": "^0.6.4",
"raw-loader": "^0.5.1",
"style-loader": "^0.16.0",
"worker-loader": "^0.8.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.4.0",
"chai": "^3.5.0",
"copyfiles": "^1.2.0",
"debug": "^2.6.3",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-airbnb-es5": "^1.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"express": "^4.14.0",
"karma": "^1.6.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^2.0.3",
"mocha": "^3.2.0",
"phantomjs-prebuilt": "^2.1.14",
"socket.io": "^1.7.2",
"webpack": "^2.3.1",
"webpack-dev-middleware": "^1.10.1"
},
"optionalDependencies": {
"d3": "^3.5.5",
"intro.js": "^2.3.0",
"moment": "^2.18.1",
"socket.io": "^1.7.2"
},
"scripts": {
"start": "node app.js",
"lint": "eslint src",
"karma": "karma start",
"package": "webpack && copyfiles -u 1 \"dist/*.js\" public/app/js && babel src --out-dir lib --copy-files",
"test": "npm run lint && npm run karma && npm run package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/timelinestoryteller.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/timelinestoryteller"
},
"homepage": "https://timelinestoryteller.com"
}