forked from koenbok/Framer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.38 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
{
"name": "framerjs",
"version": "3.0.0",
"description": "Modern Prototyping Framework",
"main": "lib/Framer.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/koenbok/Framer.git"
},
"devDependencies": {
"async": "^2.0.1",
"chai": "^3.5.0",
"codecov": "^2.2.0",
"coffee-coverage": "^2.0.1",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.9.1",
"eventemitter3": "^1.1.1",
"gulp": "^3.8.11",
"gulp-coffeelint": "^0.6.0",
"gulp-istanbul-report": "0.0.1",
"gulp-mocha-phantomjs": "^0.12.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-template": "^4.0.0",
"gulp-util": "^3.0.7",
"husl": "6.0.1",
"knox": "^0.9.2",
"lodash": "^4.14.1",
"mime": "^1.3.4",
"mocha": "^3.0.0",
"mocha-phantomjs": "^4.1.0",
"mocha-phantomjs-core": "^2.1.2",
"mocha-phantomjs-istanbul": "0.0.2",
"mustache": "^2.0.0",
"simulate": "^0.0.5",
"webpack": "^1.7.3",
"webpack-dev-server": "^1.14.1",
"webpack-stream": "^3.0.1"
},
"keywords": [
"prototyping"
],
"author": "Koen Bok",
"license": "MIT",
"bugs": {
"url": "https://github.com/koenbok/Framer/issues"
},
"homepage": "http://framer.com",
"dependencies": {
"webfontloader": "^1.6.28"
}
}