-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 802 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 802 Bytes
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
{
"name": "jilex",
"version": "0.5.0",
"description": "Jilex is a framework to make Flex style webapps (RIA) in javascript.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"adobe",
"apache",
"flex",
"xhtml2",
"js",
"javascript",
"xml",
"MVC"
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^0.6.1",
"should": "^7.1.0"
},
"author": "Di Grégorio Thomas",
"dependencies": {
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"through2": "^2.0.1"
}
}