-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 1020 Bytes
/
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
{
"name": "visualformat-editor",
"private": "true",
"version": "0.0.1",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"autolayout": "^0.5.3",
"babel-core": "^5.5.3",
"babel-loader": "^5.1.4",
"codemirror": "^5.3.0",
"css-loader": "^0.7.0",
"expose-loader": "^0.5.3",
"famous": "^0.3.5",
"famous-autolayout": "^0.2.6",
"famous-flex": "^0.3.5",
"famous-polyfills": "^0.2.2",
"fastclick": "^1.0.3",
"file-loader": "^0.6.1",
"glob": "^4.0.5",
"grunt": "latest",
"grunt-eslint": "latest",
"grunt-exec": "latest",
"grunt-ftp-deploy": "latest",
"grunt-jscs": "latest",
"html-loader": "^0.2.2",
"ismobilejs": "^0.3.5",
"json-loader": "^0.5.1",
"less": "^1.7.4",
"less-loader": "^0.7.5",
"moment": "^2.9.0",
"optimist": "^0.6.1",
"script-loader": "^0.6.0",
"style-loader": "^0.6.4",
"url-loader": "^0.5.5",
"webpack": "latest",
"webpack-dev-server": "latest"
},
"scripts": {}
}