-
Notifications
You must be signed in to change notification settings - Fork 97
/
package.json
42 lines (42 loc) · 1.28 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
{
"name": "Ascensor.js",
"version": "1.8.21",
"author": "Léo Galley <[email protected]>",
"description": "Ascensor is a jquery plugin which aims to train and adapt content according to an elevator system",
"main": "jquery.ascensor.js",
"license": "BSD",
"repository": "https://github.com/kirkas/Ascensor.js",
"engines": {
"node": ">= 0.8.0",
"npm": "1.2.15"
},
"devDependencies": {
"grunt-contrib-jshint": "0.11.1",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-uglify": "0.8.0",
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-clean": "~0.6.0",
"grunt": "~0.4.5",
"grunt-templater": "0.0.6",
"grunt-contrib-jst": "~0.6.0",
"grunt-contrib-jasmine": "0.8.2",
"load-grunt-tasks": "3.1.0",
"time-grunt": "1.1.0",
"requirejs": "~2.1.16",
"karma": "0.12.32",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.7",
"karma-firefox-launcher": "~0.1.4",
"karma-phantomjs-launcher": "~0.1.4",
"karma-ios-launcher": "0.0.3",
"karma-jasmine": "~0.3.5",
"karma-requirejs": "~0.2.2",
"grunt-karma": "0.10.1",
"karma-browserstack-launcher": "0.1.2",
"load-grunt-config": "0.16.0",
"grunt-contrib-connect": "0.9.0",
"grunt-bump": "0.3.0",
"ejs": "~2.3.1"
},
"dependencies": {}
}