-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.2 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
{
"name": "lanejs",
"version": "1.1.12",
"description": "A Ruby on Rails like Javascript Framework",
"url": "http://dawanda.com",
"main": "./dist/lanejs.js",
"author": "DaWanda GmbH",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bower-task": "~0.3.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-uglify": "~0.4.0",
"grunt-curl": "~1.5.1",
"grunt-karma": "~0.8.3",
"grunt-release": "~0.7.0",
"karma": "~0.12.16",
"karma-chrome-launcher": "~0.1.4",
"karma-coffee-preprocessor": "~0.2.1",
"karma-jasmine": "~0.2.2",
"karma-phantomjs-launcher": "~0.1.4",
"karma-sinon-chai": "~0.1.6",
"tmp": "0.0.23"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dawanda/lanejs/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/dawanda/lanejs.git"
},
"keywords": [
"Javascript",
"MVC",
"Framework"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dawanda/lanejs/issues"
},
"scripts": {
"test": "grunt travis --verbose"
}
}