forked from koenbok/Framer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.08 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
{
"name": "framerjs",
"version": "3.0.0",
"description": "Modern Prototyping Framework",
"main": "lib/Framer.js",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"aws-sdk": "^2.0.0-rc.15",
"browserify": "~2.35.4",
"coffeeify": "~0.5.2",
"coffeelint": "^0.6.1",
"eventemitter3": "^0.1.5",
"exorcist": "^0.1.6",
"knox": "^0.8.9",
"lodash": "~2.4.1",
"mime": "^1.2.11",
"mocha-phantomjs": "~3.2.0",
"mustache": "^0.8.1",
"phantomjs": "~1.9.2-5",
"react": "^0.11.2",
"simulate": "0.0.3",
"uglify-js": "^2.4.13",
"underscore": "~1.5.2",
"underscore.string": "^2.3.3",
"watch": "~0.8.0",
"watchr": "~2.4.4"
},
"devDependencies": {
"coffee-script": "~1.6.3"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/koenbok/Framer.git"
},
"keywords": [
"prototyping"
],
"author": "Koen Bok",
"license": "MIT",
"bugs": {
"url": "https://github.com/koenbok/Framer/issues"
},
"homepage": "http://framerjs.com"
}