-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 867 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
{
"name": "components-testing",
"version": "0.0.1",
"description": "Components Testing for RequireJS/Ractive",
"main": "index.html",
"scripts": {
"serve": "gulp",
"compile": "gulp compile",
"test": "mocha test/index.js"
},
"dependencies": {
"chai": "^3.4.0",
"jquery": "^2.1.4",
"jsdom": "^7.0.2",
"lodash": "^3.10.1",
"material-design-lite": "^1.0.5",
"native-promise-only": "^0.8.1",
"ractive": "^0.7.3",
"requirejs": "^2.1.20",
"requirejs-text": "^2.0.12",
"sinon": "^1.17.2"
},
"devDependencies": {
"chai": "^3.3.0",
"cheerio": "^0.19.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.3.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-rimraf": "^0.2.0",
"gulp-sourcemaps": "^1.6.0",
"jsdom": "^7.0.0",
"mocha": "^2.3.3",
"sinon": "^1.17.1"
}
}