-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 795 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 795 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
{
"name": "lookie",
"version": "0.2.0",
"description": "",
"main": "lookie.js",
"scripts": {
"test": "gulp ci"
},
"author": "Sho Kusano",
"license": "MIT",
"devDependencies": {
"browserify": "^4.2.0",
"chai": "^1.9.1",
"cookies-js": "^0.4.0",
"del": "^0.1.1",
"gulp": "^3.8.7",
"gulp-karma": "^0.0.4",
"gulp-serve": "^0.2.0",
"gulp-shell": "^0.2.9",
"gulp-uglify": "^0.3.1",
"karma": "^0.12.21",
"karma-browserifast": "^0.7.0",
"karma-browserstack-launcher": "^0.1.1",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sauce-launcher": "^0.2.10",
"mocha": "^1.21.4",
"vinyl-source-stream": "^0.1.1",
"wolfy87-eventemitter": "^4.2.6"
}
}