-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "vector-screencast",
"version": "0.9.4",
"description": "The goal of this project is to create a library for recording and playing Khan Academy like videos.",
"keywords": [
"vectors",
"video",
"animation",
"svg",
"online education"
],
"author": "Šimon Rozsíval",
"license": "MIT",
"readme": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/simonrozsival/vector-screencast"
},
"main": "index.js",
"scripts": {
"clean": "rm -rf release/*",
"build": "webpack",
"test": "mocha --require ./test/ts-hook.js test/**/*.ts",
"test:watch": "npm run test -- --growl --watch --watch-extensions ts"
},
"dependencies": {},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"chai": "^3.3.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"merge-stream": "^0.1.7",
"mocha": "^2.3.3",
"quick-sort": "^0.2.1",
"style-loader": "^0.12.4",
"ts-loader": "^0.5.6",
"ts-node": "^0.2.4",
"typescript": "^1.5.0-beta",
"uglify-loader": "^1.2.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.2"
}
}